Replies: 3 comments 2 replies
-
Well, high is relative 😃 if you can find a way I'll always be happy to accept a PR! |
Beta Was this translation helpful? Give feedback.
-
I'm observing the same on Linux with the current Wails version. I created a simple petite-vue counter app in Wails and compared the memory usage against VS Code with no files open. Surprisingly, the trivial Wails app (production build) used more memory. This might just come down to Chromium being more resource friendly than Webview. Is the tradeoff for a smaller binary worth it? |
Beta Was this translation helpful? Give feedback.
-
@mgutz it looks like a Linux WebKit issue, all projects that use webviews for UI face it, not only Wails. Check this table comparing memory usage from a simple app (source here): Memory Usage
Wails perform better than most options on the list and pretty close to Tauri in all platforms, with only Linux behaving oddly and using huge amounts of memory for them all. But certainly there is room for improvement, since Tails managed to drop their memory usage on Linux quite a bit. |
Beta Was this translation helpful? Give feedback.
-
Hello, this project is amazing and I love it!
After building the project, I found the memory footprint it quite high. Any way to fix it?
Beta Was this translation helpful? Give feedback.
All reactions