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
"Fatal process OOM in insufficient memory to create an Isolate" trying to build Jupyterlab on Win10 / 32 bit mode #7118
Comments
|
current list of complement shall be: What shall I do to recover this ?
... maybe it's voila addition |
|
I read "It's a common issue when using TypeScript 2.1+ and webpack." https://www.npmjs.com/package/increase-memory-limit |
|
no more success, suggestions appreciated: |
|
is this "--max_old_space_size=4096" a problem on 32 bit ? seeing microsoft/vscode#43223 (comment) |
|
so trying back to Jupyterlab-1.0.1 , before that 4096 , to check if diagnostic is rather |
|
Also, does it help to use jlab 1.1.0 with the new |
|
Also, you may be right that setting the memory to 4GB is too much for 32-bit? You can try setting it lower and see if it helps. |
|
hi @jasongrout , I will try now your suggestion "--minimize=False" + Jupyterlab-1.1.0 and how to play with the memory parameter ? |
|
Use jupyterlab/jupyterlab/staging/package.json Lines 9 to 11 in e7d5441
You can try adjusting it there |
|
--minimize=false was not a success: |
|
now retrying with voila and max_old_space_size=3000 for 32 bit |
|
Potentially also |
|
I have a vague recollection that this may just be an out-of -memory error on your PC i.e. independent from node. If you're running 32bit on Windows you may simply be out of luck. One thing to try is that by default 32bit Windows can only address 2GB of memory. You can however increase that to 3GB with the following hack: I think the application may have to opt-in to this so YMMV. |
|
so, with voila it fails again.:
After Python-2, maybe an E.O.L for 32 bit Windows shall be decided. |
|
So it sounds like this investigation is resolved now? |
|
root cause is known, a slow disease with no long term remedies, except maybe a modular Jupyterlab-2 |
|
Thanks! Closing as answered, then. Sorry you have to still support 32-bit windows. |
|
I will just use plain Jupyterlab in 32bit mode, no attempt to rebuild it with extensions. |
|
You could pack your own distro on a 64-bit machine and install that on the 32 bit systems, if needed. |
|
I use a 64 bit PC and a 32 bit tool chain. If it doesn't build "naturally" that way, it won't "re-build" on the end-user 32bit PC, making the solution not self-maintainable. |


I have a strange message, since around Jupyterlab-1.0.x:
Fatal process OOM in insufficient memory to create an Isolateany idea/suggestion ?
The text was updated successfully, but these errors were encountered: