From 9a4814ffc663cd32b02c3b1817c04200d57fde29 Mon Sep 17 00:00:00 2001 From: fjy Date: Mon, 11 Nov 2013 16:43:05 -0800 Subject: [PATCH] better configs for examples --- examples/config/historical/runtime.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/config/historical/runtime.properties b/examples/config/historical/runtime.properties index 2de94f5c5bf..e1ff81f0548 100644 --- a/examples/config/historical/runtime.properties +++ b/examples/config/historical/runtime.properties @@ -12,7 +12,9 @@ druid.s3.accessKey=AKIAIMKECRUYKDQGR6YQ druid.server.maxSize=100000000 +# Change these to make Druid faster druid.processing.buffer.sizeBytes=10000000 +druid.processing.numThreads=1 druid.segmentCache.infoPath=/tmp/druid/segmentInfoCache druid.segmentCache.locations=[{"path": "/tmp/druid/indexCache", "maxSize"\: 100000000}] \ No newline at end of file