-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
Description
Hi there
I am using noVNC within my organization. Randomly, some users encounter the 'ns_ERROR_OUT_OF_MEMORY' error
I have investigated this error and have a hypothesis related to the method that retrieves data entirely. I believe this method should be optimized to fetch data in chunks instead of retrieving the entire dataset at once
at line 201 display.js in core modules
saveImg = this._drawCtx.getImageData(0, 0, canvas.width, canvas.height);
- OS: ubuntu and windows
- Browser: firefox
- Browser version: 132
- noVNC version: 1.3