Kubernetes killing TaskManager - Flink ignoring taskmanager.memory.process.size

2022-04-20 Thread Dan Hill
Hi. I upgraded to Flink v1.14.4 and now my Flink TaskManagers are being killed by Kubernetes for exceeding the requested memory. My Flink TM is using an extra ~5gb of memory over the tm.memory.process.size. Here are the flink-config values that I'm using taskmanager.memory.process.size: 2560

Re: Kubernetes killing TaskManager - Flink ignoring taskmanager.memory.process.size

2022-04-21 Thread Yang Wang
Could you please configure a bigger memory to avoid OOM and use NMTracker[1] to figure out the memory usage categories? [1]. https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/tooldescr007.html Best, Yang Dan Hill 于2022年4月21日周四 07:42写道: > Hi. > > I upgraded to Flink v1.14.4 an

RE: Kubernetes killing TaskManager - Flink ignoring taskmanager.memory.process.size

2022-04-21 Thread Schwalbe Matthias
Cc: user Subject: Re: Kubernetes killing TaskManager - Flink ignoring taskmanager.memory.process.size ⚠EXTERNAL MESSAGE – CAUTION: Think Before You Click ⚠ Could you please configure a bigger memory to avoid OOM and use NMTracker[1] to figure out the memory usage categories? [1]. https