Increase memory limit for gmail-agent to prevent OOM kills

This commit is contained in:
Antigravity 2026-06-13 22:30:15 -04:00
parent 05ae58ccb8
commit b24f1a6522
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ spec:
memory: 64Mi
limits:
cpu: 200m
memory: 128Mi
memory: 512Mi
volumes:
- name: app-volume
emptyDir: {}

View File

@ -26,7 +26,7 @@ const client = new Client({
}),
puppeteer: {
headless: true,
args: ['--no-sandbox', '--disable-setuid-sandbox'],
args: ['--no-sandbox', '--disable-setuid-sandbox', '--disable-dev-shm-usage'],
protocolTimeout: 120000,
timeout: 120000
}