R
Railway6mo ago
kanz

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?
No description
3 Replies
Percy
Percy6mo ago
Project ID: f522f23f-32d0-4d1e-b301-2f24ffd4d85c
kanz
kanz6mo ago
f522f23f-32d0-4d1e-b301-2f24ffd4d85c
Fragly
Fragly6mo ago
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