automq icon indicating copy to clipboard operation
automq copied to clipboard

Config sanity check

Open superhx opened this issue 1 year ago • 0 comments

Pre-check for Configuration Validity:

  • s3.block.cache.size should not exceed the JVM memory limit (Heap Buffer / Direct Buffer).
  • s3.wal.cache.size should not exceed the JVM memory limit (Heap Buffer / Direct Buffer).
  • s3.wal.upload.threshold should not exceed s3.wal.cache.size.

For short: java heap size > s3WALCacheSize > s3WALObjectSize

superhx avatar Oct 19 '23 02:10 superhx