Skip to content

Commit b2dadda

Browse files
authored
Merge pull request #34519 from vespa-engine/hmusum/change-default-for-searchCoreTransactionLogReplaySoftMemoryLimit-2
Change default value for memory_usage_soft_limit_bytes to -3
2 parents 5fc5b29 + 5f3cd52 commit b2dadda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configdefinitions/src/vespa/proton.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ replay_throttling_policy.window_size_increment int default=20
531531
## A positive number specifies max memory usage in bytes.
532532
## A negative number specifies memory usage as a percentage of total memory.
533533
## A value of zero implies no enforced memory limit.
534-
replay_throttling_policy.memory_usage_soft_limit_bytes long default=0
534+
replay_throttling_policy.memory_usage_soft_limit_bytes long default=-3
535535

536536
## Everything below are deprecated and ignored. Will go away at any time.
537537

0 commit comments

Comments
 (0)