Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions convox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ services:
port: 8080
scale:
count: 1
cpu: 256
memory: 256
# Requests reserve node capacity; 30-day peak usage is ~21m CPU / 18MB.
# Memory is also the OOM limit under convox, so keep some headroom.
cpu: 50
memory: 128
sticky: true
volumes: []
annotations:
Expand Down
Loading