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
This commit is contained in:
Michael Stack 2012-08-19 20:51:09 +00:00
parent 81f5222ab9
commit 9c59731307
1 changed files with 4 additions and 0 deletions

View File

@ -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"