oomkill issue

2023-11-27 Thread prashant parbhane
Hello, We have been facing this oomkill issue, where task managers are getting restarted with this error. I am seeing memory consumption increasing in a linear manner, i have given memory and CPU as high as possible but still facing the same issue. We are using rocksdb for the state backend, is

Re: oomkill issue

2023-12-04 Thread Yu Chen
ap > > 1009.svg > ``` > > Otherwise, if the OOMKill no longer occurs, but the GC overhead limit > exceeded, then you should dump heap memory to find out what objects are > taking up so much of the memory. > Here is the command for you. > ``` > jmap -dump:live,fo

回复: oomkill issue

2023-11-27 Thread Yu Chen
e.org 主题: oomkill issue Hello, We have been facing this oomkill issue, where task managers are getting restarted with this error. I am seeing memory consumption increasing in a linear manner, i have given memory and CPU as high as possible but still facing the same issue. We are using rocksdb for

Re:回复: oomkill issue

2023-11-27 Thread Xuyang
e command for you. ``` jmap -dump:live,format=b,file=/tmp/heap.hprof ``` [1] Using jemalloc to Optimize Memory Allocation — Sentieon Appnotes 202308.01 documentation Best, Yu Chen 发件人: prashant parbhane 发送时间: 2023年11月28日 1:42 收件人: user@flink.apache.org 主题: oomkill issue Hello, We hav

Re: 回复: oomkill issue

2023-12-04 Thread prashant parbhane
emory. > Here is the command for you. > ``` > jmap -dump:live,format=b,file=/tmp/heap.hprof > ``` > > [1] Using jemalloc to Optimize Memory Allocation — Sentieon Appnotes > 202308.01 documentation <https://support.sentieon.com/appnotes/jemalloc/> > > Best, > Yu Chen &