Skip to content

Commit

Permalink
test_runner: use small max_file_cache_size & file_cache_size_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Aug 6, 2024
1 parent 1d77f66 commit fada192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_runner/fixtures/neon_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -3814,8 +3814,8 @@ def create(
config_lines = [
"shared_buffers='1MB'",
f"neon.file_cache_path='{self.lfc_path()}'",
"neon.max_file_cache_size='128MB'",
"neon.file_cache_size_limit='64MB'",
"neon.max_file_cache_size='2MB'",
"neon.file_cache_size_limit='1MB'",
] + config_lines

self.config(config_lines)
Expand Down

0 comments on commit fada192

Please sign in to comment.