if you want to specify topology’s JVM options in code, using: conf.put(Config.TOPOLOGY_WORKER_CHILDOPTS, “JVM_OPTIONS");
actually, it affects the JVM options of the storm worker process , which loads and runs your topology. > 在 2015年4月15日,19:29,Andrew Xor <[email protected]> 写道: > > The heap size is using the jvm parameters, I suggest you follow (and read > thoroughly) this <https://gist.github.com/mrflip/5958028> gist that contains > a lot of information on how to optimize your deployment parameters. > > Hope this helps. > > > On Wed, Apr 15, 2015 at 2:21 PM, swapnil joshi <[email protected] > <mailto:[email protected]>> wrote: > Hi Friends, > > How will i set Heap size for Topology when it deploy. > > -- > Regards, > Swapnil K. Joshi >
