Skip to content

Commit

Permalink
Increase cache sizes in integration tests for HTTP
Browse files Browse the repository at this point in the history
 - Updated `metadata_cache_size` from 32MiB to 64MiB
  • Loading branch information
v0y4g3r committed Jul 25, 2024
1 parent 09aac33 commit a120f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests-integration/tests/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -839,8 +839,8 @@ create_on_flush = "auto"
create_on_compaction = "auto"
apply_on_query = "auto"
mem_threshold_on_create = "auto"
metadata_cache_size = "32MiB"
content_cache_size = "32MiB"
metadata_cache_size = "64MiB"
content_cache_size = "128MiB"
[region_engine.mito.fulltext_index]
create_on_flush = "auto"
Expand Down

0 comments on commit a120f4b

Please sign in to comment.