Updated Branches: refs/heads/0.1.5 825ff79cd -> 349e8aab6
Increased the default buffer values. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/c3fd23d4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/c3fd23d4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/c3fd23d4 Branch: refs/heads/0.1.5 Commit: c3fd23d46e924a6e030e716dda8c764e94a7358f Parents: 825ff79 Author: Aaron McCurry <[email protected]> Authored: Sun Mar 31 10:14:03 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Sun Mar 31 10:14:03 2013 -0400 ---------------------------------------------------------------------- .../src/main/resources/blur-default.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/c3fd23d4/src/blur-util/src/main/resources/blur-default.properties ---------------------------------------------------------------------- diff --git a/src/blur-util/src/main/resources/blur-default.properties b/src/blur-util/src/main/resources/blur-default.properties index df4166b..4a7ddf0 100644 --- a/src/blur-util/src/main/resources/blur-default.properties +++ b/src/blur-util/src/main/resources/blur-default.properties @@ -25,8 +25,8 @@ blur.shard.filter.cache.class=org.apache.blur.manager.DefaultBlurFilterCache blur.shard.index.warmup.class=org.apache.blur.manager.indexserver.DefaultBlurIndexWarmup blur.shard.blockcache.direct.memory.allocation=true blur.shard.blockcache.slab.count=-1 -blur.shard.buffercache.1024=4096 -blur.shard.buffercache.8192=4096 +blur.shard.buffercache.1024=8192 +blur.shard.buffercache.8192=8192 blur.shard.safemodedelay=30000 blur.shard.time.between.commits=30000 blur.shard.time.between.refreshs=3000
