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

Possible Memory Estimation Issue Leading to OOMs and Restarts #72

Open
Tracked by #288
VibhuJawa opened this issue Aug 12, 2024 · 0 comments
Open
Tracked by #288

Possible Memory Estimation Issue Leading to OOMs and Restarts #72

VibhuJawa opened this issue Aug 12, 2024 · 0 comments
Assignees

Comments

@VibhuJawa
Copy link
Member

Description:

We're experiencing frequent OOMs and restarts during batch processing. The system repeatedly downsizes batches due to insufficient memory, but it's unclear if memory estimation is the root cause or if something else is contributing to the problem.

###Stack Trace Highlights:

The following warnings and errors were observed, indicating repeated attempts to allocate memory for batch sizes that the system cannot handle:

Not enough memory for a batch size of 1024. Retrying with a new batch size of 512.
Not enough memory for a batch size of 512. Retrying with a new batch size of 256.
Not enough memory for a batch size of 256. Retrying with a new batch size of 128.
Not enough memory for a batch size of 128. Retrying with a new batch size of 64

Action Needed:

We need to investigate the memory estimation logic and other potential causes to address the instability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants