Skip to content

Commit 5f00386

Browse files
author
Susobhan Dey
committed
fix: increase spdk max lcores to 256
Signed-off-by: Susobhan Dey <susobhan.dey@datacore.com>
1 parent 0066b22 commit 5f00386

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build_scripts/build_spdk.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ CONFIGURE_ARGS=(
5151
"--disable-tests"
5252
"--with-rdma"
5353
"--with-crypto"
54+
"--max-lcores=256"
5455
)
5556

5657
MAKE_DEFAULT_ARGS="-j" # Default args for invoking GNU make

0 commit comments

Comments
 (0)