Jstorm

Posted 傾聽雨落

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Jstorm相关的知识,希望对你有一定的参考价值。

 

jdk8:

MaxTenuringThreshold of 20 is invalid; must be between 0 and 15
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

jstorm-core-2.1.0.jar
  default.yaml


nimbus.childopts: " -Xms4g -Xmx4g -Xmn1536m -XX:PermSize=256m  -XX:SurvivorRatio=4 -XX:MaxTenuringThreshold=15 -XX:+UseConcMarkSweepGC  -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=70 -XX:CMSFullGCsBeforeCompaction=5 -XX:+HeapDumpOnOutOfMemoryError  -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=100M -XX:+UseCMSCompactAtFullCollection -XX:CMSMaxAbortablePrecleanTime=5000 "

以上是关于Jstorm的主要内容,如果未能解决你的问题,请参考以下文章

jstorm系列-1:入门

jstorm干货

[转]JStorm之Nimbus简介

JStorm第一个程序WordCount详解

JStorm与Storm源码分析--均衡调度器,EvenScheduler

JStorm学习