11 lines
159 B
Plaintext
11 lines
159 B
Plaintext
process {
|
|
withLabel: /.*/ {
|
|
memory = 50.MB
|
|
queue = 'all'
|
|
}
|
|
|
|
withName: gamma {
|
|
memory = 60.MB
|
|
queue = 'foo'
|
|
}
|
|
} |