joan-morera commented on issue #4926:
URL: https://github.com/apache/couchdb/issues/4926#issuecomment-2994233523

   A bit late, but just in case anyone is still trying to debug this issue.
   
   This has been happening to me since I updated to *Debian Trixie*. Noticing 
the inflating process was *beam.smp*, did a quick look at came up to [this 
issue](https://github.com/teslamate-org/teslamate/discussions/3045) and it's[ 
solution 
](https://github.com/teslamate-org/teslamate/discussions/3045#discussioncomment-8757861)
 on the teslamate repo, with the core problem been on a change done on the 
docker side related to the max limit of opened files to unlimited.
   
   Adding their proposed solution to the docker compose file or run string does 
bring back the memory use to normal levels, tested with `couchdb:3.5.0`.
   
   ```    
       ulimits:
         nofile: 65536
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to