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

DM-45007: Memory leak in Prompt Processing service #3492

Merged
merged 3 commits into from
Jul 9, 2024
Merged

Conversation

kfindeisen
Copy link
Collaborator

This PR does some Prompt Processing config cleanup and adds worker recycling for LATISS-prod and ComCamSim-prod.

@kfindeisen kfindeisen requested a review from timj July 9, 2024 16:19
Doing any string conversions in the template, instead of in the values
files, makes for a more user-friendly interface and avoids human error.
The use of toString allows compatibility with values that really are
strings in the first place.
This flag is useful for working around memory leaks and other aging
problems. Since this *is* a workaround, reboots are turned off
by default.
The production systems that disable autoscaling are the only ones where
a pod is likely to last long enough for memory leaks to be an issue.
Even ComCamSim-dev doesn't hit the limit.
@kfindeisen kfindeisen added this pull request to the merge queue Jul 9, 2024
Merged via the queue into main with commit 8c8be95 Jul 9, 2024
6 checks passed
@kfindeisen kfindeisen deleted the tickets/DM-45007 branch July 9, 2024 20:54
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

Successfully merging this pull request may close these issues.

2 participants