Kontorotsui wrote:
> > Sadly, it's also a huge memory hog compared to 1.1.7, so on my machine any
> > larger app is much slower on 1.2.
> 
> Yes... damn, it is a nightmare!
> 
> I get 11 java processes, each one with size 81512 (RSS: 24324).
> How can this happen??

11 threads, not processes -- they're all sharing the same address space,
so your total memory usage is 81512, hot 81512*11. Linux has the
annoying habit of taking up a process table slot for every thread.

Nathan


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to