Skip to content
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

Memory spike on startup #31

Open
nikolayemrikh opened this issue Sep 4, 2019 · 2 comments
Open

Memory spike on startup #31

nikolayemrikh opened this issue Sep 4, 2019 · 2 comments

Comments

@nikolayemrikh
Copy link

Is there any solution to lower memory spike on startup? Currently it spikes up to 3GB, then lowers back to 300MB a few seconds later, but this spike can crush page on weak devices

@oraoto
Copy link
Owner

oraoto commented Sep 6, 2019

Hello, what's your browser?

Currenty, Chromium (76) consumes a lot of memory to optimize WASM, and you can verify this using:

chromium --js-flags="--no-wasm-tier-up"

@nikolayemrikh
Copy link
Author

Yes, with this flag there're no memory spike.. Is there any way to resolve this problem without flags? Maybe compile with some other options may help?

Hello, what's your browser?

Literally every browser (FF, Safari, Chromiums)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants