feat: add configurable shmSizeLimit for /dev/shm in jupyterlab chart
Introduce shmSizeLimit value (default 512Mi) to control the size of the RAM-backed /dev/shm volume. Leave empty to apply no limit.
This commit is contained in:
@@ -103,3 +103,6 @@ spec:
|
||||
- name: dshm
|
||||
emptyDir:
|
||||
medium: Memory
|
||||
{{- if .Values.shmSizeLimit }}
|
||||
sizeLimit: {{ .Values.shmSizeLimit }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user