docs(ops): add Docker+Colima sandbox baseline and resource profiles

This commit is contained in:
Chen Gu
2026-08-13 17:00:21 +08:00
parent cd14a09075
commit 95f2c06955
2 changed files with 103 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"version": "v1",
"profiles": {
"light": {
"cpu": 2,
"memoryGb": 3,
"diskGb": 30,
"useCase": "docs/static-site/small tools"
},
"medium": {
"cpu": 4,
"memoryGb": 6,
"diskGb": 50,
"useCase": "frontend+api/multi-container dev"
},
"high": {
"cpu": 6,
"memoryGb": 10,
"diskGb": 80,
"useCase": "build-heavy/parallel test workloads"
}
}
}