Skip to content

Commit

Permalink
rptest: reduce cache eviction throttling for tiny cache stress test
Browse files Browse the repository at this point in the history
This is similar to the fix applied in
#22796 commit 7763669
which is needed after carryover trim was disabled and we hit cache
trimming throttling making the test slower than our threshold

Fixes #13648
CORE-1464

(cherry picked from commit b5faa6d)
  • Loading branch information
nvartolomei authored and vbotbuildovich committed Sep 3, 2024
1 parent 611dcd3 commit 8c9ca6a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def setUp(self):
'cloud_storage_manifest_max_upload_interval_sec':
self.manifest_upload_interval,
'disable_public_metrics': False,
'cloud_storage_cache_check_interval': 500,
}
self.redpanda.set_extra_rp_conf(extra_rp_conf)

Expand Down

0 comments on commit 8c9ca6a

Please sign in to comment.