Re: 回复: oomkill issue

2023-12-04 Thread prashant parbhane
Hi Yu, Thanks for your reply. When i run below script ``` *jeprof --show_bytes -svg `which java` /tmp/jeprof.out.301.1009.i1009.heap > 1009.svg* ``` i am getting below error ``` *Gathering CPU profile from http:///pprof/profile?seconds=30 for 30 seconds to /root/jeprof/java.1701718686.Be p

Re:回复: oomkill issue

2023-11-27 Thread Xuyang
Hi, Prashant. I think Yu Chen has given a professional troubleshooting ideas. Another thing I want to ask is whether you use some user defined function to store some objects? You can firstly dump the memory and get more details to check for memory leaks. -- Best! Xuyang 在 2023-1

回复: oomkill issue

2023-11-27 Thread Yu Chen
Hi Prashant, OOMkill was mostly caused by workset memory exceed the pod limit. We have to first expand the OVERHEAD memory properly by the following params to observe if the problem can be solved. ``` taskmanager.memory.jvm-overhead.max=1536m taskmanager.memory.jvm-overhead.min=1536m ``` And if