18 lines
231 B
Plaintext
18 lines
231 B
Plaintext
outputDir = 'results'
|
|
|
|
profiles {
|
|
standard {
|
|
process {
|
|
cpus = 2
|
|
memory = '2GB'
|
|
}
|
|
}
|
|
advanced {
|
|
process {
|
|
cpus = 8
|
|
memory = '10GB'
|
|
disk = '300GB'
|
|
}
|
|
}
|
|
}
|