TheOmegaBlack
Transfer project to client
Hey there, I want to transfer a project to my client without having to set up things from the start. I am on the hobby plan (the app is not that resource intensive), but we can upgrade to the pro if necessary. The main reason is keeping the URL generated and the env variables.
Is there an easy way to do so?
7 replies
What is Egress and why am I suddenly paying it?
Hi there,
I just noticed I have something like 600GB of Egress usage and I have no idea what that means. My app has never used any egress up until now (again, I did not even know that field existed), and the amount seems to be absolutely insane.
Could you please tell me where it is coming from and what can I do to avoid this?
191 replies
Free up mongo memory?
Hi there!
I'm running a Node app with MongoDB that works in "sessions". It's a web application but it stays idle most of the times. To avoid incurring in higher costs when it isn't required, I'm restarting the app every time a session ends and that takes care of the memory/caching of the node app itself.
However, I haven't found a way to do the same for the MongoDB instance and was wondering if there was a way to restart the service or at least limit the memory usage from my node app, since that DB is mostly used as a cache for data that resides somewhere else.
I understand this is an odd request but I thought it was worth asking!
8 replies