Skip to content

Commit

Permalink
fixed variable name in jupyterhub_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mkgilbert committed Jan 9, 2016
1 parent 71c4906 commit 734a868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# Extra functionality for your SlurmSpawner can be added through a script pointed to by c.SlurmSpawner.extra_launch_script
c.SlurmSpawner.job_name = "jupyterhub-singleuser"
c.SlurmSpawner.partition = 'all'
c.SlurmSpawner.memory = 350 # memory in MB
c.SlurmSpawner.mem = 350 # memory in MB
c.SlurmSpawner.time = "8:00:00" # Slurm-style time dd-hh:mm:ss
c.SlurmSpawner.qos = "jupyter" # this must exist or jupyterhub will fail to start
c.SlurmSpawner.output = "jhub-spawner.log" # this file/dir is appended to /home/$USER/
Expand Down

0 comments on commit 734a868

Please sign in to comment.