DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44026>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44026 ------- Additional Comments From [EMAIL PROTECTED] 2007-12-14 03:44 ------- (In reply to comment #22) > > 3. Please provide the number of processes that are consuming the 10GB. > > 8 Thanks for this. So we have 4096 threads running. As you have reduced the stack size for each thread from standard 10MB to just 256k we are dealing only with 4096 * 256k = 1GB virtual stack memory allocated by all threads. So this actually does not consume all memory not even virtually (yes I noticed that you had a memory consumption of 10GB RSS and not only virtually). -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
