garywill / FirefoxTaskMonitor

Show CPU & memory bar, per tab and all tasks. Firefox userChrome script. 🛠️📊
48 stars 4 forks source link

Memory is not cleaned #3

Open arkotro opened 2 years ago

arkotro commented 2 years ago

All I have to do is set var periodicalClean = true ? For me, memory is not cleaned. I have 91.5.0esr (64-bit) version

garywill commented 2 years ago

All I have to do is set var periodicalClean = true ?

Yes

https://github.com/garywill/FirefoxTaskMonitor/blob/cef51143be7f0875da810a2109d81022df5d4223/taskmonitor.uc.js#L1116-L1125

https://searchfox.org/mozilla-central/source/toolkit/components/aboutmemory/content/aboutMemory.js#522

For me, memory is not cleaned

What did you get?