Hi, In storm 1.1 I could set Xmx for a worker by setting worker.heap.memory.mb in storm.yaml. It seems ignored in my upgraded Storm 2.0 configuration and Xmx value was taken from -Dworker.memory_limit_mb=5888 which I didn't set. How to make setting from storm 1.1 working in 2.0?
I have following properties in storm.yaml: worker.heap.memory.mb: 16000 worker.childopts: "-Xmx%HEAP-MEM%m -Xlog:gc*,gc+age=trace,safepoint:file=artifacts/gc.log:utctime,pid,tags:filecount=32,filesize=10m -Djava.net.preferIPv4Stack=true" Previously 16000 was used as %HEAP-MEM%
