-
Notifications
You must be signed in to change notification settings - Fork 62
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
Huge RAM usage. #46
Comments
What browser were you using? How did you measure RAM usage? |
I am using Chrome Version 101.0.4951.41 (Official Build) (64-bit)
I used both Windows task manager and Chrome task manager And this is how the game's screen looks like when I terminate the process in Windows task manager, and that's how I confirmed it's the process that corresponds to the emulator. |
That's the GPU process, which handles all the graphics for Chrome. binjgb uses the GPU to render, so it will stop working if you kill that process. |
If you want to measure how much ram the page is using, the best way is to load devtools on the page, then go to memory and take a heap snapshot. |
I was playing "Super Mario Bros. Deluxe (USA, Europe)" using the emulator in the website and noticed that it's using lots of RAM
The text was updated successfully, but these errors were encountered: