I’m running a CouchDB (2.3.1) on Ubuntu 16.04 with 1GB of memory. While my Node Server constantly consumes around 35MB, the CouchDB memory usage increases over time (see my Droplets Memory Graph).
Here you can find my running processes list.
Is this normal? What could I do to fix this?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
It is normal to see a database, including CouchDB increasing memory consumption over time. This is because as a database serves more requests it will cache more results. This way it can return the results faster.
You can usually set the caching limits on a database so that you can control the total amount of memory that it uses, but increasing memory consumption is a feature of every database and provides for very fast response times.
If you have additional RAM left over on your server it’s not an issue either, as it’s better to use the memory you have available and let the DB cache as many results as it can so that it reduces any load on the CPU.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.