Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iacchus/a9de377251da4178b326ebcfa31aac47 to your computer and use it in GitHub Desktop.
Save iacchus/a9de377251da4178b326ebcfa31aac47 to your computer and use it in GitHub Desktop.
How to build jupyter lab assets without running out-of-memory

How to build jupyter lab assets without running out-of-memory

  1. Limit the amount of memory used with
export NODE_OPTIONS='--max_old_space_size=2096'
  1. Build
jupyter lab build --dev-build=False --minimize=False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment