We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319c312 commit 0b0777cCopy full SHA for 0b0777c
1 file changed
conf/scw.config
@@ -15,9 +15,14 @@ params {
15
System.out.println("WARNING:")
16
System.out.println("WARNING: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
17
}.call()
18
-}
+
19
+ max_memory = 384.GB
20
+ max_cpus = 20
21
+ max_time = 72.h
22
23
}
24
25
26
singularity {
27
enabled = true
28
autoMounts = true
@@ -27,11 +32,6 @@ executor {
32
queueSize = 10
33
queue = 'htc'
29
34
30
-params {
31
- max_memory = 384.GB
- max_cpus = 20
- max_time = 72.h
35
process {
36
resourceLimits = [
37
memory: 384.GB,
0 commit comments