Error allocating 32gb of memory?? #4571
Replies: 1 comment
-
I was running into this exact same issue. I won't pretend to understand exactly what the underlying issue is. It looks to be a problem on the Erlang-end, where it's trying to allocate enough memory ( Originally I worked around it by adding a large enough swap file, so my system would have enough memory available to accommodate for this outrageous requirement, but the couchdb performance suffered dramatically. The only thing that seemingly works so far is limiting the number of allowed open file handles at the docker level, like suggested here: https://erlang.org/pipermail/erlang-questions/2016-May/089335.html Try running
|
Beta Was this translation helpful? Give feedback.
-
Hey! 😃
I'm having a problem with running a old CouchDB project in docker on my fedora 37/38 machines.
I'm getting a memory allocations error because it's trying to allocate 32GB but there is only 16GB available...
It's an old CouchDB version (1.7) but it works on other machines with 16GB
Error:
Beta Was this translation helpful? Give feedback.
All reactions