-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very high RAM usage in OSX #10
Comments
Hmm, interesting. Thanks for reporting. I don't have easy access to OSX myself, so it's hard for me to reproduce. It would be nice if this could be narrowed down a bit to the piece of code that's responsible. Instructions for how to do that are here: https://developer.chrome.com/devtools/docs/javascript-memory-profiling |
I use OSX at work, so I can't spend too much time every day doing tests, also this problem happens once a day after 3 or 4 hours of work. But I'll try to do some tests from tomorrow. |
You can go to chrome://extensions/ , enable developer mode, then click 'background page'. (Not sure about the exact words, the Chrome on my pc isn't in English). Worth a shot. |
Great! The words are correct, thanks. |
It worked well today until I restarted my computer, I've seen that the RAM usage grows also if I'm not doing operations on the DB. |
I think this is the same as #14 |
I've noticed an high ram usage by this extension on Chrome 46.0.2490.86 (64 bit) on OSX El Capitain,
When I kill the process, the PouchDB extension crashes or stops working.
The text was updated successfully, but these errors were encountered: