Skip to content

Commit

Permalink
Decrease stack size to 24k (from 32k)
Browse files Browse the repository at this point in the history
Allow-unstable-test: true
PR-repos: pmdk@PR-38:4
Cancel-prev-build: false

Signed-off-by: Gromadzki, Tomasz <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed May 19, 2024
1 parent e4133b8 commit 1fb603d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/ftest/util/server_utils_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def __init__(self, base_namespace, index, provider=None, max_storage_tiers=MAX_S
"DAOS_MD_CAP=1024",
"DAOS_SCHED_WATCHDOG_ALL=1",
"DD_MASK=mgmt,io,md,epc,rebuild",
"ABT_THREAD_STACKSIZE=32768",
"ABT_THREAD_STACKSIZE=24576",
"PMEMOBJ_CONF=sds.at_create=0",
]
default_env_vars.extend(self.REQUIRED_ENV_VARS["common"])
Expand Down

0 comments on commit 1fb603d

Please sign in to comment.