mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
Bump to infinity v0.6.0-dev4 (#9013)
### What problem does this PR solve? Bump to infinity v0.6.0-dev4. WARNNING: infinity v0.6.0-dev4 has very different meta data format with older versions. You have to destroy infinity data volume are restart infinity container if there's existing data. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -47,20 +47,11 @@ mem_index_capacity = 65536
|
||||
buffer_manager_size = "8GB"
|
||||
lru_num = 7
|
||||
temp_dir = "/var/infinity/tmp"
|
||||
result_cache = "off"
|
||||
memindex_memory_quota = "4GB"
|
||||
result_cache = "on"
|
||||
memindex_memory_quota = "1GB"
|
||||
|
||||
[wal]
|
||||
wal_dir = "/var/infinity/wal"
|
||||
full_checkpoint_interval = "30s"
|
||||
delta_checkpoint_interval = "5s"
|
||||
# delta_checkpoint_threshold = 1000000000
|
||||
wal_compact_threshold = "1GB"
|
||||
|
||||
# flush_at_once: write and flush log each commit
|
||||
# only_write: write log, OS control when to flush the log, default
|
||||
# flush_per_second: logs are written after each commit and flushed to disk per second.
|
||||
wal_flush = "only_write"
|
||||
|
||||
[resource]
|
||||
resource_dir = "/var/infinity/resource"
|
||||
|
||||
Reference in New Issue
Block a user