Skip to content

Commit

Permalink
Set memory limit back to 1G
Browse files Browse the repository at this point in the history
This better not work
  • Loading branch information
yuvipanda committed May 3, 2020
1 parent 7f37a2f commit a47ad7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/integration-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def run_systemd_image(image_name, container_name, bootstrap_pip_spec):
# This is the minimum VM size we support. JupyterLab extensions seem
# to need at least this much RAM to build. Boo?
# If we change this, need to change all other references to this number.
'--memory', '1.1125G',
'--memory', '1G',
]

if bootstrap_pip_spec:
Expand Down

0 comments on commit a47ad7c

Please sign in to comment.