You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help: If you'd like to load additional modules alongside RStudio-Server, put the 'module load ...' commands into a text file (one 'module load...' per line) and specify its path here
206
+
widget: text_field
207
+
required: false
208
+
cores:
209
+
label: Number of CPU cores
210
+
help: How many CPU cores to reserve for your session. NB Ensure this is within the maximum allowed by your chosen partition.
211
+
widget: number_field
212
+
min: 1
213
+
max: 48
214
+
step: 1
215
+
value: 1
216
+
cachable: true
217
+
ram:
218
+
widget: number_field
219
+
label: RAM in GB
220
+
help: How much RAM to reserve for your session. NB Ensure this is within the maximum allowed by your chosen partition
221
+
min: 4
222
+
max: 700
223
+
step: 1
224
+
value: 4
225
+
cachable: true
226
+
bc_num_hours:
227
+
widget: number_field
228
+
help: Maximum runtime in hours for your session. NB Ensure this is within the maximum allowed by your chosen partition
0 commit comments