Hi all, We are facing this issue on Prefect random...
# prefect-server
s
Hi all, We are facing this issue on Prefect randomly..
Copy code
Pod prefect-job-04b1fb0c-chzc9 failed.
	Container 'flow' state: terminated
		Exit Code:: 137
		Reason: OOMKilled
Can some elaborate as to what this error is about and how can we rectify this? Our Stack: Prefect Cloud + K8s Agent + LocalDaskExecutor
1
a
This error indicates an out-of-memory error - can you try allocating more memory to your Kubernetes job on your run config or Kubernetes job template?
s
Okay, thanks!