Hi, > Also, I have a strange memory issue. In /proc/$PID/status I can see: > > VmSize: 2163004 kB > > So it allocated > 2GB virtual memory, even though it is really using only > about 50 MB RAM. Could anyone shed some light on why this might be > happening > (and possibly a way to prevent something like this from happening)?
The memory allocator JavaScriptCore allocates that huge address space. I don't think you can prevent that, and it should be harmless. Regards, Zoltan _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
