Bugs item #809251, was opened at 2003-09-19 06:33
Message generated for change (Comment added) made by stuartd
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=809251&group_id=4866

Category: WebKit
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Jarosław Zabiełło (zbiru)
Assigned to: Nobody/Anonymous (nobody)
Summary: WebKit and RAM problem!

Initial Comment:
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 

something wrong configured? (used RedHat7 and 

Webware CVS 2003-09-12)

I compared the same with Windows XP Pro workstation. 

It takes only 10MB and uses only one process! Top 

ammount of used memory is 17MB!



----------------------------------------------------------------------

>Comment By: Stuart Donaldson (stuartd)
Date: 2003-09-19 17:43

Message:
Logged In: YES 
user_id=326269

Actually this is more an issue with how ps reports memory

for threads under Linux.  It does not really indicate

threads vs processes.



Webware uses multiple threads under the same process.  They

all share the same memory.  So the 40Mb you are seeing is

really shared between all of the 10 threads (not processes)

so the total used is really 40Mb. 



On my system it is much less than that at startup.  It

really depends on the size of the Python app and memory

utilization you are using.  I have a sizeable Webware app

with 100 threads and the total size is about 29Mb.  It can

obviously grow a bit depending on what the application is

doing.  If I really pound on it and get 75 simultaneous

sessions going I have seen 100+Mb of memory, but that is

more my applications issue than Webware or WebKit.



I am going to close this as it is not really a problem in

Webware.  If you disagree or have more information, please

add it to the bug  report for additional review.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=809251&group_id=4866


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to