File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
base/scripts/usr/local/bin Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,16 @@ modified to
2626
2727The following startup hooks are put in place:
2828
29- * [ /usr/local/bin/start-notebook.d/populate.sh] ( base/scripts/usr/local/bin/start-notebook.d/populate.sh )
29+ * [ /usr/local/bin/start-notebook.d/10- populate.sh] ( base/scripts/usr/local/bin/start-notebook.d/10- populate.sh )
3030 to populate a * bind mounted* home directory ` /home/jovyan ` .
31- * [ /usr/local/bin/before-notebook.d/init.sh] ( base/scripts/usr/local/bin/before-notebook.d/init.sh ) to
31+ * [ /usr/local/bin/before-notebook.d/10- init.sh] ( base/scripts/usr/local/bin/before-notebook.d/10- init.sh ) to
3232 * update timezone according to environment variable ` TZ ` .
3333 * add locales according to environment variable ` LANGS ` .
3434 * set locale according to environment variable ` LANG ` .
3535 * update code-server settings.
36+ * [ /usr/local/bin/before-notebook.d/90-limits.sh] ( base/scripts/usr/local/bin/before-notebook.d/90-limits.sh )
37+ to set the * soft limit* for * the maximum amount of virtual memory* based on
38+ the amount of * physical* and * virtual memory* of the host.
3639
3740### Custom scripts
3841
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments