安装 ZooKeeper 时有一步要求调整 Java Heap 大小,比如 4GB 内存的机器应该把最大 heap size 调整为 3GB, 从而避免swapping(swapping 会严重影响 ZooKeeper 性能)。
查看当前环境最大 Heap Size
InitialHeapSize = 62914560 Byte = 60M
MaxHeapSize = 3221225472 Byte = 3GB
运行时指定
设置环境变量
Reference:
1 Increase heap size in java
2 how to increase java heap memory permanently?
3 Find out your Java heap memory size