docs(ops): add Docker+Colima sandbox baseline and resource profiles
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user