-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.6.0
-
None
-
4bf7f90a27377f439e86d6175e5e3cdebd131be0
Environment:
- Target: i586-suse-linux
- gcc version 4.3.1 20080507 (prerelease)
- Mem: 2074784k total
- Swap: 4200988k total
WebView fails to load pages larger than some size - on the above machine the first example (Iliad) in attached .qml gave up at around 52% of memory use (seen via top) and failed to load.
The second example (658KB), for a simple WebView in a Flickable, results in:
| PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 15778 dajansen 20 0 873m 794m 24m S 1 39.2 0:36.92 qmlviewer
Possibly a Webkit issue.