File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ Plese notice that the indentation in `config.yml` is important.
99```
1010# Set memory and threads for high demanding rules
1111high:
12- mem_mb: 45000 # memory in MB
13- t: 32 # number of threads
12+ mem_mb: 50000 # memory in MB
13+ t: 16 # number of threads
1414 partition: "himem"
1515
1616# Set memory and threads for medium demanding rules
Original file line number Diff line number Diff line change 11# Set memory and threads for high demanding rules
22high :
3- mem_mb : 45000 # memory in MB
4- t : 32 # number of threads
3+ mem_mb : 50000 # memory in MB
4+ t : 16 # number of threads
55 partition : " himem"
66
77# Set memory and threads for medium demanding rules
Original file line number Diff line number Diff line change 11# Set memory and threads for high demanding rules
22high :
33 mem_mb : 45000 # memory in MB
4- t : 32 # number of threads
4+ t : 16 # number of threads
55 partition : " himem"
66
77# Set memory and threads for medium demanding rules
You can’t perform that action at this time.
0 commit comments