Question

CouchDB memory consumption rising over time

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?


Submit an answer


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!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Moisey Uretsky
DigitalOcean Employee
DigitalOcean Employee badge
July 19, 2019
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.

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more
DigitalOcean Cloud Control Panel