-
Notifications
You must be signed in to change notification settings - Fork 22
Large memory consumption by frontend #104
Comments
It also started to create inconvenience when building the application with |
Builds are unrelated to runtime memory usage |
I will check if we can do some UI un-load on minimize. I think several things can be checked on the
I'd like to check this out after #103, to work on the latest versions of tauri. |
When things start, it is not so bad, under 300M consumed by the process. So if it uses over 5x of that something must be leaking over time I think. |
Can't reproduce on v0.6.3 |
My desktop app is running for a few days now (laptop went to sleep a few times) and I noticed that
WebKitWebProcess
process consumed 1.5G or RAM. That is the process responsible for rendering UI on Linux.I don't think for the complexity of the UI that we have 1.5G is reasonable. Might be some memory leak in Polkadot.js again, but either way it is much more than
subspace-desktop
process (which is node, farmer and Tauri's backend all combined, 359.1M).Also maybe we can un-load UI somehow completely if app is minimized?
The text was updated successfully, but these errors were encountered: