Memory Leak
CheesyPeteza
Join Date: 2002-11-24 Member: 9784Members, NS1 Playtester, Constellation
Is anyone else experiencing a memory leak with NS3b3? Its not actually NS or HL, its either metamod/phpUA/LogMod/AMXMod. I know as I removed metamod and the leak vanished.
Our clan runs 4 servers 3 of which (CS1.6,CS1.6, NS3 combat) all have tiny memory leaks. Like after a week of being up they'll be using 4 times the memory. But the NS3 Classic server is using double the memory in 30 minutes! After one day it uses 3Gb of memory. Thankfully we have way over the top amounts of memory (6Gb).
Anyway I'm going to spend the day removing plugins and trying to find which one is the main culprit. If anyone else is experiencing them and can help me narrow down the problem, please speak up. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
Our clan runs 4 servers 3 of which (CS1.6,CS1.6, NS3 combat) all have tiny memory leaks. Like after a week of being up they'll be using 4 times the memory. But the NS3 Classic server is using double the memory in 30 minutes! After one day it uses 3Gb of memory. Thankfully we have way over the top amounts of memory (6Gb).
Anyway I'm going to spend the day removing plugins and trying to find which one is the main culprit. If anyone else is experiencing them and can help me narrow down the problem, please speak up. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
Comments
If you use the module and your plugins make use of the "register_msgedit()" command, then you will notice a memory leak. If it's a very very common message which it's catching, then it will be a faster memory leak.
Very few scripts make use of register_msgedit, however. I'm also working on fixing this up now.
<b>Edit:</b> However, if no plugins make use of the register_msgedit, then you won't be getting a memory leak from the module.