-
Hello 👋 I'm facing an issue when running jax workers in production on Cloud TPUs v4-8s. I run out of disk space due to very large core dumps being written after my jax worker crashes (possibly related to OOM). E.g. on one of my VMs I found a file under I would like to avoid core dumps being written in production environments for now. Is there an environment variable I could use for this? Or can this be solved by setting |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Update (in case anyone else runs into this): |
Beta Was this translation helpful? Give feedback.
Update (in case anyone else runs into this):
--ulimit core=0
solved the issue 😄