mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix(koyeb): correct the container resource limits not being used for koyeb sandboxes
This commit is contained in:
parent
b293d2dd3d
commit
5727b3429f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue