Re: Passing worker JVM options not working as expected

2020-11-19 Thread Rui Abreu
Oh, I misread your intentions. Sorry about that. Glad you could solve it! Cheers On Thu, Nov 19, 2020, 12:36 Jonas Krauss wrote: > Thanks Rui, but my idea is to change it on a per topology basis. The > storm.yaml would mean changing it globally. > > However, after quite some more testing I have

Re: Passing worker JVM options not working as expected

2020-11-19 Thread Jonas Krauss
Thanks Rui, but my idea is to change it on a per topology basis. The storm.yaml would mean changing it globally. However, after quite some more testing I have figured that using conf.put(Config.TOPOLOGY_WORKER_CHILDOPTS, "-XX:+UseG1GC"); does the trick :) Am Mi., 18. Nov. 2020 um 18:42 Uhr schr