Thank You!!! I have added worker.childopts option in storm.yaml file. and it work's.
It's also good option to add configuration on topology code. It make sense. Thank You sy.pan!!! On Fri, Apr 17, 2015 at 2:19 PM, sy.pan <[email protected]> wrote: > 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]> wrote: > >> Hi Friends, >> >> How will i set Heap size for Topology when it deploy. >> >> -- >> Regards, >> Swapnil K. Joshi >> > > > -- Regards, Swapnil K. Joshi
