LOGs and memory usage

I have near 5000 members (300 online)
and thay are useging near 900mb-1Gb memory of my server
is this normal? why i have so big memory consumption?

if i turn off log
{loglevel, 0}.

will my ejabberd consume less memory?

Most memory is consumed

Most memory is consumed either by the XMPP sessions, or by the Mnesia tables.

For the second possibility, go to ejabberd's WebAdmin -> Nodes -> your node -> Database and see if any Mnesia table consumes a lot of memory and are stored in RAM. You can try to set it to be stored only on disk. In that case, it should consume less memory and more CPU.

Syndicate content