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 CDT, sam mohel <[email protected]> wrote: 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 ?
