Re: alarm_handler doc

2020-07-14 Thread San Sato
That's good to know, although "enough" is not very specific :) I'm not finding any clear information in the docs about memory usage & allocation. Can you provide some info about which details drive the memory requirements, and by what amounts? I'm guessing: * configured replications(max_jobs

Re: alarm_handler doc

2020-07-13 Thread Joan Touzet
This is coming from the Erlang VM and telling you that you're nearly out of available memory. CouchDB doesn't react well to running out of RAM; it usually crashes. While this warning will be suppressed in future versions of CouchDB, you should probably check that you have enough RAM in your Co

alarm_handler doc

2020-07-13 Thread Arturo Mardones
Hello at All! I'm getting this message very often [info] 2020-07-13T21:19:09.240457Z couchdb@127.0.0.1 <0.56.0> alarm_handler: {set,{system_memory_high_wa termark,[]}} I've reviewed some older mails and mention that is not important, and even is related to the client browser cache? Any