Created
April 10, 2018 20:34
-
-
Save ambud/4494a498fde4cde6195c3077497b4823 to your computer and use it in GitHub Desktop.
Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
storage.engine=com.srotya.sidewinder.core.storage.disk.DiskStorageEngine | |
data.dir= | |
index.dir= | |
default.bucket.size=40960000 | |
default.series.retention.hours=8952 | |
gc.enabled=false | |
malloc.file.max=1073741824 | |
malloc.buf.increment=8192 | |
malloc.file.increment=268435456 | |
malloc.ptrfile.increment=536870912 | |
bgthread.count=2 | |
compaction.enabled=false | |
grpc.enabled=true | |
graphite.enabled=false | |
gc.frequency=6000 | |
gc.delay=10000 | |
use.query.pool=true | |
grpc.executor.count=2 | |
grpc.disruptor.handler.count=4 | |
grpc.disruptor.enabled=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment