automq
automq copied to clipboard
Config sanity check
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 exceeds3.wal.cache.size
.
For short: java heap size > s3WALCacheSize > s3WALObjectSize