Re: Setting heap size parameters by workers.childopts and supervisor.childopts

2017-07-26 Thread Bobby Evans
worker.childops is the default value that is set by the system administrator in storm.yaml on each of the supervisor nodes.  topology.worker.childopts is what you set in your topology conf if you want to add something more to the command line. - Bobby On Tuesday, July 25, 2017, 11:50:04 PM

Setting heap size parameters by workers.childopts and supervisor.childopts

2017-07-25 Thread sam mohel
i'm using 0.10.2 version . i tried to write in the code conf.put(Config.WORKER_CHILDOPTS, "-Xmx4g"); conf.put(Config.SUPERVISOR_CHILDOPTS, "-Xmx4g"); but i didn't touch any affect . Did i write the right configurations ? Does this value is the largest ?