Skip to content

Commit 690441b

Browse files
committed
reducing threads for himem rules
1 parent 416a729 commit 690441b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

config/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1111
high:
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

config/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Set memory and threads for high demanding rules
22
high:
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

config/test_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Set memory and threads for high demanding rules
22
high:
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

0 commit comments

Comments
 (0)