Hey guys,
we've just installed a Linux dedicated server on an Ubuntu 12.04 (amd64) machine with Intel Xeon E3 (Quadcore with HT enabled, 8GB RAM) and encountered a very poor performance while, according to htop, one thread of 'arma3server' ate up one CPU.
Running 'perf top' with 'libc6-dbg:i386' installed shows that approx. 90% of total system activity take place in glibc's 'mallinfo()', even with no mods and missions loaded, no users connected.
Same after loading COOP missions, mods and connecting a single player.
Further investigations showed that arma3server really calls 'mallinfo()' very often, so it is unlikely that it's a 32bit related bug in Ubuntu's libc.
This bug effectively renders the Linux dedicated server unusable, so it would be good to fix this in a hotfix. {F23745} {F23746}