erlang - Ejabberd Memory Consumption (or Leak?) -


I am using ejabberd + mochiweb on my server now I am running ejbird and cobbler, using more memory (Last night it used to consume 35% of memory, it is just above 50%). I thought this was just an issue of a maze garbage collection - so I installed the Erlang R13b3 and started again. Although it did not do it properly

So now I see that slightly above 50% of the full memory consumption, it seems that the eagbard memory is starting to "go" and almost Stay up to 50%. Is this normal? There is a threshold of 50% for the ejbird, so when it reaches, it says, "It's really time to go to some memories ..." and maybe it remains around the rest for faster access (like cassines Mennesi?)

I appreciate any input thank you!

play erlang: memory (). Every now and then in your shell. You can also give the erlang: system_info (type). with allocated_areas and recurrent one try

You can also set up to warn you about too much memory allocated processes. .


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -