博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Zookeeper 修改heap size
阅读量:5061 次
发布时间:2019-06-12

本文共 412 字,大约阅读时间需要 1 分钟。

对应原文出处:

 

If the /etc/gphd/zookeeper/conf/java.env does not exist then create it.  Add the following entry to set zookeeper max heapsize to 1024MB.  Then restart the zookeeper service.

如果/etc/gphd/zookeeper/conf/java.env文件不存在,这创建它。并且设置zookeeper最大heapsize为1024MB。然后启动zookeeper
 
export JVMFLAGS="-Xmx724m -Xms724m"

调整zookeeper heap大小,目的在于避免oom,同时减少sawp空间交换带来的性能下降。

 

转载于:https://www.cnblogs.com/snifferhu/p/5200942.html

你可能感兴趣的文章
GDAL数据模型
查看>>
[Python 网络编程] TCP编程/群聊服务端 (二)
查看>>
【洛谷】P1541 乌龟棋(四维背包dp)
查看>>
Chapter 7 Bond Basics
查看>>
[转载] 笑话:Developer and product manager
查看>>
排序算法之堆排序
查看>>
20个正则表达式
查看>>
C#处理Android Audio and Video
查看>>
HIVE技巧总结
查看>>
自定义控件学习随笔
查看>>
机器学习概念之梯度下降算法(全量梯度下降算法、随机梯度下降算法、批量梯度下降算法)...
查看>>
Elasticsearch之cur查询索引
查看>>
mahout算法库(四)
查看>>
Impala shell详解
查看>>
SNMP消息传输机制
查看>>
NHibernate系列文章二十八:NHibernate Mapping之Auto Mapping(附程序下载)
查看>>
基于Asp.Net Core Mvc和EntityFramework Core 的实战入门教程系列-1
查看>>
asp.net 用JWT来实现token以此取代Session
查看>>
数据库分区
查看>>
增强学习(一) ----- 基本概念
查看>>