fix: bump pal-e-docs memory limit 128Mi → 256Mi #183
No reviewers
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/pal-e-api!183
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "182-fix-bump-pal-e-docs-memory-limit-to-prev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Bump pal-e-docs container memory requests from 32Mi to 64Mi and limits from 128Mi to 256Mi. Container was getting OOMKilled (2 restarts in 12h) under normal load with FastAPI + SQLAlchemy + pgvector embeddings.
Changes
k8s/deployment.yaml:requests.memory32Mi → 64Mi,limits.memory128Mi → 256Mi. CPU values unchanged.Test Plan
python3 -c "import yaml; yaml.safe_load(open('k8s/deployment.yaml'))"kubectl top podin pal-e-docs namespace to confirm memory stays within new limitsReview Checklist
Related
plan-pal-e-platform— operational stabilityReview: APPROVED
Diff reviewed: 1 file, +2/-2 lines.
Findings: None.
k8s/deployment.yamlmodifiedrequests.memory: 32Mi → 64Mi (correct)limits.memory: 128Mi → 256Mi (correct)Closes #182Ship it.