mesos/kafka

Memory Usage in Scheduler

JohnOmernik opened this issue · 1 comments

I am pulling from master and finding that marathon is killing my scheduler due to over memory usage. I was running with 1024mb and it was dying, then I upped to 2048 and it killed it too, I upped to 3GB of ram, but that seems excessive. Any way to force java to run with a lower amount of memory?

Thanks

You'll want to set -Xmx to control the maximum java heap size. That being said, its always possible there's a memory leak somewhere, however I haven't seen an OOM for a long time, running with a 2 GB heap.