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
Copy file name to clipboardExpand all lines: docker/check-cpu.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
#!/bin/sh
2
2
3
3
# This script is used to check the amount of available memory to ensure 2 GB of memory per process.
4
-
# If the number of processes is greater than the amount of available memory (considering 2 GB per core) we restrict the number of cores to use.
4
+
# If the number of processes is greater than the amount of available memory (considering 2 GB per core) we restrict the number of parallel make jobs to avoid resource contention.
0 commit comments