Skip to content

Commit

Permalink
Services: updated j-hub resource perms restriction for single user co…
Browse files Browse the repository at this point in the history
…ntainers (tmp fix).
  • Loading branch information
vladd-bit committed Sep 18, 2024
1 parent d9e6823 commit 599d49e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/jupyter-hub/config/jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ def start(self):
"mode": "rw", # or ro for read-only
}

self.mem_limit = "2.0G"
# this is a temporary fix, need to actually check permissions
self.mem_limit = resource_allocation_user_ram_limit
self.post_start_cmd = "chmod -R 777 " + shared_content_dir

return super().start()
Expand Down

0 comments on commit 599d49e

Please sign in to comment.