Skip to content

Commit 14d2f43

Browse files
committed
trim extensions to save memory
1 parent 68bdfcf commit 14d2f43

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

binder/postBuild

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,16 @@ export PATH=/tmp/cmake/bin:$PATH
44

55
python3 -m pip install perspective-python==0.5.1
66

7-
export NODE_OPTIONS=--max-old-space-size=32768
7+
export NODE_OPTIONS=--max-old-space-size=4096
88

99
EXTENSIONS="
1010
@jupyter-widgets/[email protected]
1111
@jupyter-widgets/[email protected]
1212
1313
14-
15-
16-
17-
1814
1915
20-
2116
22-
2317
2418
2519
"

0 commit comments

Comments
 (0)