Morikko / sync-tab-groups

Sync Tab Groups is an easy way to manage all your tabs. You organize them depending on a topic by group. Groups can be closed and reopend without caring about your session. Moreover, you can esily search, active, move, save and remove your groups and tabs.
MIT License
147 stars 18 forks source link

Crazy memory usage #155

Open ArtemKuchin opened 5 years ago

ArtemKuchin commented 5 years ago

FF 63.0.3 64 bit sync tab groups: 11 groups, everage about 10 tabs in each, not name group (current tabs) - 50 tabs.

Run without any extentions and no multiprocessing.

After starting (some tabs open) firefox uses: 252 MB of RAM

Enable sync tab and restart FF with the same tabs: peaks up during startup 900MB and than settles at 430MB ram used

Is there any solution to this?

Morikko commented 5 years ago

Your configuration starts to be big but it shouldn't stress that much your computer. On my session, it is using reasonable resource.

Could you export the error logs from the extension preferences ? It might contain helpful information. You could send them to synctabgroups@gmail.com

ArtemKuchin commented 5 years ago

I disable sync tabs and was very happy for one day. Enabled it again to make error log and immediately memory usage jumped from 600MB to 1.4GB. But then reduced again. But opening any site make it jump to 1.5GB again. Error log attached.

SyncTabGroups-Log-20181127.zip

Morikko commented 5 years ago

I checked the logs and nothing suspect. The next work I want to do on the extension is to optimize the performance to write less on the disk and to manage more tabs without disturbance.

I will keep you in touch.