MongoDB becomes unresponsive if using 32GB of memory.
- After using up 32GB of memory, MongoDB is not responding to queries.
- We have to restart the database many times.
How should I configure the parameters so that the memory does not exceed 16GB?
I tried “wiredTigerCacheSizeGB” but it doesn't seem to work?
3 Replies
Project ID:
f522f23f-32d0-4d1e-b301-2f24ffd4d85c
f522f23f-32d0-4d1e-b301-2f24ffd4d85c
32GB is the RAM limit for services on pro plan, what happens is it hits that limit, and then railway shuts the service down, and then you have to restart it
Not sure how to lower the memory usage though