Re: TaskManager use more memory than Xmx

2018-06-06 Thread Fabian Hueske
Hi, Flink uses a few libraries that allocate direct (off-heap) memory (Netty, RocksDB). Flink can also allocate direct memory by itself (only relevant for batch setups though). Therefore, Xmx controls only one part of Flink's memory footprint. Best, Fabian 2018-06-04 16:48 GMT+02:00 aitozi : >

Re: TaskManager use more memory than Xmx

2018-06-04 Thread aitozi
Hi, Szczypiński Do you have noticed the size of the maxDirectMemorySize in your taskamanger jvm options, AFAIK the total memory one Taskmanager used is the (heap memory + directMemory) which may larger than the heap size specified by -Xmx? Best wishes Aitozi -- Sent from: http://apache-flink-

Re: TaskManager use more memory than Xmx

2018-06-04 Thread miki haiat
Which flink version ? I had the same issue on 1.4.2 . On Mon, Jun 4, 2018 at 2:14 PM Szczypiński, S. (Szymon) < szymon.szczypin...@ingbank.pl> wrote: > Hi, > > I have a problem with TaskManagers in my standalone cluster. > > > > My problem is that my host have 32GB RAM memory. TaskManager have