We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22109be commit 6ad702aCopy full SHA for 6ad702a
docs/guides/gb25.md
@@ -39,7 +39,17 @@ The system [Daint][ref-cluster-daint] will be expanded to approximately 2350 Gra
39
srun --uenv=prgenv-gnu/24.11:v2 --view=default -n? -N? ....
40
```
41
42
-## Tips
+## Recommendations on run configuration
43
+
44
+### Disabling core-dumps
45
46
+If a large job crashes and tries to write core-dump files on thousands of processes,
47
+it will overwhelm the filesystem. Therefore we strongly recommend to disable them with
48
+the following command:
49
50
+``` console title="disable writing of core-dump files"
51
+$ ulimit -S -c0
52
+```
53
54
### Improving job startup times
55
0 commit comments