Hi all
Is there any way to specify different values for resources and limits for a 
jobmanager container?
The problem is that sometimes kubernetes kills the jobmanager container because 
it exceeds the memory consumption.


Last State:     Terminated
  Reason:       OOMKilled
  Exit Code:    137
  Started:      Tue, 07 Mar 2023 18:06:01 +0700
  Finished:     Fri, 10 Mar 2023 23:20:54 +0700


What I tried to do:
1. added the 'jobmanager.memory.process.size' parameter to flinkConfiguration 
with a value less than the allocated resources for the container, but after 
launch, the value of this parameter is set to the amount of memory allocated to 
the container.
2. I tried to set resources and limits through the jobmanager pod template, but 
for the running container, the values again return to the same values from 
jobManager.resource FlinkDeployment manifest parameter

Kubernetes operator 1.2.0 and Flink 1.14.4



________________________________
"This message contains confidential information/commercial secret. If you are 
not the intended addressee of this message you may not copy, save, print or 
forward it to any third party and you are kindly requested to destroy this 
message and notify the sender thereof by email.
Данное сообщение содержит конфиденциальную информацию/информацию, являющуюся 
коммерческой тайной. Если Вы не являетесь надлежащим адресатом данного 
сообщения, Вы не вправе копировать, сохранять, печатать или пересылать его 
каким либо иным лицам. Просьба уничтожить данное сообщение и уведомить об этом 
отправителя электронным письмом."

Reply via email to