From 94d454cf38127d0521f84eff750de92aac0b70ac Mon Sep 17 00:00:00 2001 From: Keith Wiles Date: Sun, 5 May 2024 08:26:20 -0500 Subject: [PATCH] update config for performance Signed-off-by: Keith Wiles --- cfg/cnet-fwd.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cfg/cnet-fwd.cfg b/cfg/cnet-fwd.cfg index 2e038e13..c9ea8f98 100644 --- a/cfg/cnet-fwd.cfg +++ b/cfg/cnet-fwd.cfg @@ -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', @@ -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',