Skip to content

Commit

Permalink
update config for performance
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Wiles <[email protected]>
  • Loading branch information
KeithWiles committed May 5, 2024
1 parent bfa2841 commit 94d454c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cfg/cnet-fwd.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ run = {
'/usr/local/bin/%(app_name)s'
),

'cores': '4,5-8,9-13',
'cores': '1,2-4,5-7,8-10,11-13',
'nrank': '4',
'proc': 'auto',
'log': '7',
Expand All @@ -51,10 +51,10 @@ run = {
'-G',
),
'map': (
'[5:6-7].0',
'[8:9].1',
'[10:11].2',
'[12:13].3',
'[2:3-4].0',
'[5:6-7].1',
'[8:9-10].2',
'[11L12-13].3',
),

'theme': 'themes/black-yellow.theme',
Expand Down

0 comments on commit 94d454c

Please sign in to comment.