Skip to content
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

Limit memory available in integration tests #335

Merged
merged 3 commits into from May 22, 2019

Conversation

yuvipanda
Copy link
Collaborator

@yuvipanda yuvipanda commented May 19, 2019

  • Run all integration tests with a 768MB memory limit,
    so we know when we're using too much RAM
  • Document this memory requirement in our docs.

Fixes #257

  • Add / update documentation
  • Add tests

This helps us catch times where our minimum recommended
VM size (512MB?) is too little for TLJH to install or
run.

Ref jupyterhub#257
512MB is too little for installing jupyterlab extensions :'(
@yuvipanda
Copy link
Collaborator Author

The prime culprit here is JupyterLab extensions: jupyterlab/jupyterlab#4824

@yuvipanda yuvipanda added this to the v1.0 milestone May 20, 2019
@choldgraf choldgraf merged commit a54f104 into jupyterhub:master May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installation fails due to not enough memory on host
2 participants