fix(koyeb): correct the container resource limits not being used for koyeb sandboxes

This commit is contained in:
Fabzer 2026-04-24 11:54:05 +02:00 committed by GitHub
parent b293d2dd3d
commit 5727b3429f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -438,7 +438,7 @@ DEFAULT_CONFIG = {
"modal_image": "nikolaik/python-nodejs:python3.11-nodejs20", "modal_image": "nikolaik/python-nodejs:python3.11-nodejs20",
"daytona_image": "nikolaik/python-nodejs:python3.11-nodejs20", "daytona_image": "nikolaik/python-nodejs:python3.11-nodejs20",
"koyeb_image": "koyeb/sandbox:latest", "koyeb_image": "koyeb/sandbox:latest",
# Container resource limits (docker, singularity, modal, daytona, koyeb — ignored for local/ssh) # Container resource limits (docker, singularity, modal, daytona — ignored for local/ssh/koyeb)
"container_cpu": 1, "container_cpu": 1,
"container_memory": 5120, # MB (default 5GB) "container_memory": 5120, # MB (default 5GB)
"container_disk": 51200, # MB (default 50GB) "container_disk": 51200, # MB (default 50GB)