Norman Maurer wrote:
> > But in the past 1 hour, my memory usage jumped from 116MB to 122MB.  :-(
> I would really like to understand what is going on on your server :-(

This incident may not reflect a problem.  Someone sent a 1.6MB file to a 500
subscriber mailing list.  The process may have legitimately allocated
additional memory beyond its prior needs without exceeding the maximum heap.
I would bet that the heap usage has fallen back down, but the process size
won't.

As soon as we open the code for v2.4, I want to add a command to
RemoteManager:

   memstats [-gc]

to emit:

  "Free Memory: " + Runtime.getRuntime().freeMemory());
  "Total Memory: " + Runtime.getRuntime().totalMemory());
  "Max Memory: " + Runtime.getRuntime().maxMemory());

optionally doing a System.gc().

        --- Noel



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to