WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 23193
23192
Large tables cause huge memory consumption and leaks
https://bugs.webkit.org/show_bug.cgi?id=23192
Summary
Large tables cause huge memory consumption and leaks
Jonathan Zdziarski
Reported
2009-01-08 13:07:32 PST
I've found creating tables with 1000, 5000, 10000+ rows causes significant memory consumption and leaks. The URL provided is a 1.6MB file with approximately 6000 rows. Both Safari desktop and Safari on the iPhone grow over 40-50MB to render the page. This causes Safari on the iPhone to be killed by SpringBoard for using too much memory. Smaller pages of say, 1000 rows, appear to be creating memory leaks I cannot trace to my own code. Even after a UIWebView object is destroyed, it appears as though several MB of memory from the underlying objects are never released, meaning Safari on the iPhone will be killed off if the same 1000 row table is displayed more than a few times.
Attachments
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
2009-01-08 16:01:02 PST
*** This bug has been marked as a duplicate of
23193
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug