hbase -env.sh优化

export HBASE_MASTER_OPTS="$HBASE_MASTER_OPTS -Xms512m -Xmx512m"


export HBASE_REGIONSERVER_OPTS="-Xms8g -Xmx8g -XX:+UseG1GC -XX:MaxGCPauseMillis=100 -XX:+ParallelRefProcEnabled -XX:ConcGCThreads=4 -XX:ParallelGCThreads=4 -XX:InitiatingHeapOccupancyPercent=65 -XX:MaxTenuringThreshold=1 -XX:G1MixedGCCountTarget=12 -XX:NewRatio=6 -XX:SurvivorRatio=6"

发布了14 篇原创文章 · 获赞 0 · 访问量 1198

猜你喜欢

转载自blog.csdn.net/u011574074/article/details/104519715