Skip to content

Commit

Permalink
Fix configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kssenii committed Oct 18, 2023
1 parent 5d8b1ce commit 22bab4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_filesystem_cache/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_parallel_cache_loading_on_startup(cluster, node_name):
path = 'paralel_loading_test',
disk = 'hdd_blob',
max_file_segment_size = '1Ki',
boundary_alignemt = '1Ki',
boundary_alignment = '1Ki',
max_size = '1Gi',
max_elements = 10000000,
load_metadata_threads = 30);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<path>/tiny_local_cache/</path>
<max_size>10M</max_size>
<max_file_segment_size>1M</max_file_segment_size>
<boundary_alignment>1M</boundary_alignment>
<cache_on_write_operations>1</cache_on_write_operations>
<do_not_evict_index_and_mark_files>0</do_not_evict_index_and_mark_files>
</tiny_local_cache>
Expand Down

0 comments on commit 22bab4b

Please sign in to comment.