> I got a problem with system resources.  The mud is eating too much.
Here's a couple of things you can do to TRY to clear up the memory your mud
is using.
A> Check the following link: ---- http://drealms.kyndig.com /snippets. ---
There you'll find a better memory handler, a couple pages of rather
important bug fixes (some having to do with memory itself).
B> Make sure that free_pcdata is actually freeing everything it should..
Stuff like titles, password, etc are already freed, but if you've modified
the code or added anything to the player files, you'll find that you should
probably add that to free_pcdata as well.


As far as whether it's cpu or memory, chances are it's memory. However, I've
been wrong before. There's not a lot of cpu intensity on a mud at all.
However, if you're running on a linux machine, use the ps command to figure
out what's taking so much there.. ps ux should show you something like the
following:

USER       PID %CPU %MEM   VSZ  RSS TTY      STAT START   TIME COMMAND
twhiting  2994  0.0  0.0  1324   28 ?        SN   Dec05   0:00 ./mudnames

Reply via email to