[Bug 59904] memery leak--ServerCookie

2016-08-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904 --- Comment #8 from Mark Thomas --- I did some testing using: http://browsercookielimits.squawky.net/ Focusing on max cookies per domain, the results are: FireFox + Win = 150 FireFox + OSX = 150 Chrome + Win = 180 Chrome + OSX = 180 IE 11 +

[Bug 59904] memery leak--ServerCookie

2016-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904 Huxing Zhang changed: What|Removed |Added Target Milestone||- Version|8.5.x-trunk

[Bug 59904] memery leak--ServerCookie

2016-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904 Huxing Zhang changed: What|Removed |Added CC||huxing.zh...@gmail.com Versi

[Bug 59904] memery leak--ServerCookie

2016-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904 Remy Maucherat changed: What|Removed |Added CC||gehill...@sina.com --- Comment #6 fro

[Bug 59904] memery leak--ServerCookie

2016-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904 --- Comment #5 from Remy Maucherat --- 59911 has a patch idea. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubs

[Bug 59904] memery leak--ServerCookie

2016-08-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904 Remy Maucherat changed: What|Removed |Added CC||jan0mich...@yahoo.com --- Comment #4

[Bug 59904] memery leak--ServerCookie

2016-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904 --- Comment #3 from Huxing Zhang --- > A maxHeaderSize of 8k has limit the number of ServerCookie object to no more > than 2k Correction: We have just observed many 4k ServerCookie object array in org.apache.tomcat.util.http.Cookies#scookies

[Bug 59904] memery leak--ServerCookie

2016-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904 --- Comment #2 from Huxing Zhang --- We saw two issues in this case: 1) the size of org.apache.tomcat.util.http.Cookies#scookies array never gets shrunk after recycle, once it is dynamically resized. 2) the number of org.apache.tomcat.util.

[Bug 59904] memery leak--ServerCookie

2016-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904 --- Comment #1 from sunqi --- ps we use async servlet,(If using Servlet 3.0 asynchronous processing, a good default is to use the larger of maxThreads and the maximum number of expected concurrent requests (synchronous and asynchronous),it is