Presto JVM.config
Posted hit-zb
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Presto JVM.config相关的知识,希望对你有一定的参考价值。
Presto 如果启动时候 指定 CMS,那么 launcher run 会提示 G1 回收算法是 推荐的垃圾回收算法,针对 Presto 大内存 回收,G1 暂时 应该是最稳妥的选择,调整之后大约如下。
-server
-Xmx100G
-Xms100G
-XX:-UseBiasedLocking
-XX:+UseG1GC
-XX:ParallelGCThreads=16
-XX:ConcGCThreads=8
-XX:+ParallelRefProcEnabled
-XX:+ExplicitGCInvokesConcurrent
-XX:+HeapDumpOnOutOfMemoryError
-XX:+UseGCOverheadLimit
-XX:+ExitOnOutOfMemoryError
-XX:ReservedCodeCacheSize=1024M
以上是关于Presto JVM.config的主要内容,如果未能解决你的问题,请参考以下文章
Presto系列 | 三Presto Architecture
Presto系列 | 三Presto Architecture