RE: [Webware-discuss] Webware and RAM!

2003-09-20 Thread Hancock, David (DHANCOCK)
isn't a problem for us. Cheers! -- David Hancock | [EMAIL PROTECTED] | 410-266-4384 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 5:07 PM To: Jaroslaw Zabiello; [EMAIL PROTECTED] Subject: Re: [Webware-discuss] Webware and RAM!

Re: [Webware-discuss] Webware and RAM!

2003-09-19 Thread webware-discuss
--> Friday, September 19, 2003, 8:07:09 AM, [EMAIL PROTECTED] wrote: > How much memory WebKit should normally take??? As I can see, every > WebKit daemon takes over 40MB (sic!) of RAM. WebKit lauches 10 daemons > during startup, so I need over 400MB for WebKit alone! Is it > normal or I have some

Re: [Webware-discuss] Webware and RAM!

2003-09-19 Thread Ian Bicking
On Friday, September 19, 2003, at 04:20 PM, Ben Parker wrote: The memory is shared across all threads in the process. So even though top or ps will show you multiple threads each supposedly consuming 40Mb, it's actually just 40Mb total for the whole process. Webware itself is pretty slim on RAM,

RE: [Webware-discuss] Webware and RAM!

2003-09-19 Thread Ben Parker
The memory is shared across all threads in the process. So even though top or ps will show you multiple threads each supposedly consuming 40Mb, it's actually just 40Mb total for the whole process. Webware itself is pretty slim on RAM, but of course your own servlets will likely import other code th