Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

batch job driver pods are OOMKilled before export_workspace finishes #928

Open
bossie opened this issue Nov 6, 2024 · 0 comments
Open
Labels

Comments

@bossie
Copy link
Collaborator

bossie commented Nov 6, 2024

Joris C. has some jobs that seem to be able to write their GeoTIFF assets fine [to the default workspace] before their driver pods are OOMKilled; the assets (of 2GB in size) are not being put into the workspace.

Example job: j-2411068168ad4e0e9596d1df233df0fc

A theory is that ObjectStorageWorkspace is optimized for speed rather than memory; if Python memory is not capped on the driver like it is on the executors (TBC), this might explain why driver pods are OOMKilled.

@bossie bossie added the bug label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant