Skip to content

Instantly share code, notes, and snippets.

@ingeniumstudio
Created March 15, 2025 14:25
Show Gist options
  • Save ingeniumstudio/8fe93194d5dc92076a1dd987cb299735 to your computer and use it in GitHub Desktop.
Save ingeniumstudio/8fe93194d5dc92076a1dd987cb299735 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