Skip to content

Commit

Permalink
NBSDUTY-107: reduce aio threads in loadtests (#2170) (#2175)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpeye authored Sep 30, 2024
1 parent 3482551 commit cabb133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/blockstore/tests/python/lib/nonreplicated_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def setup_disk_agent_config(
config.ShutdownTimeout = get_shutdown_agent_interval()
config.IOParserActorCount = 4
config.OffloadAllIORequestsParsingEnabled = True
config.PathsPerFileIOService = 1
config.PathsPerFileIOService = 2

if cached_sessions_path is not None:
config.CachedSessionsPath = cached_sessions_path
Expand Down

0 comments on commit cabb133

Please sign in to comment.