You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a job exceeds its memory limit, Kuberetes restarts it, which is pointless since it's just going to run out of memory again. Moreover, the outputdir is persistent across the restart which means the restart is not starting with a clean state.
The text was updated successfully, but these errors were encountered:
When a job exceeds its memory limit, Kuberetes restarts it, which is pointless since it's just going to run out of memory again. Moreover, the
outputdir
is persistent across the restart which means the restart is not starting with a clean state.The text was updated successfully, but these errors were encountered: