From 9c59731307cc1c7b9f420807b31209200bb16d17 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Sun, 19 Aug 2012 20:51:09 +0000 Subject: [PATCH] HBASE-6567 make memory locking configuration of regioservers more flexible; INCOMPLETE APPLICATION git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374848 13f79535-47bb-0310-9956-ffa450edef68 --- conf/hbase-env.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/hbase-env.sh b/conf/hbase-env.sh index 5fa8eab41df..ee71e0214b6 100644 --- a/conf/hbase-env.sh +++ b/conf/hbase-env.sh @@ -61,6 +61,10 @@ export HBASE_OPTS="-XX:+UseConcMarkSweepGC" # File naming hosts on which HRegionServers will run. $HBASE_HOME/conf/regionservers by default. # export HBASE_REGIONSERVERS=${HBASE_HOME}/conf/regionservers +# Uncomment and adjust to keep all the Region Server pages mapped to be memory resident +#HBASE_REGIONSERVER_MLOCK=true +#HBASE_REGIONSERVER_UID="hbase" + # Extra ssh options. Empty by default. # export HBASE_SSH_OPTS="-o ConnectTimeout=1 -o SendEnv=HBASE_CONF_DIR"