Comment #12 on issue 16821 by [email protected]: Memory leak http://code.google.com/p/chromium/issues/detail?id=16821
I'll try to take a look at it and would update the bug if find anything useful. jamesr: regarding opening another tab. I'd guess it's expected behaviour: when you hide a tab, IdleNotification should be triggered, which would do both v8 memory shrking and decommitting committed pages back to windows. So if by memory usage you mean amount of committed pages, that should be an explanation. The easiest way to check it is to comment out various parts of RenderThread::IdleHandler (in src/chrome/renderer/render_thread.cc) and see what will happen. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
