set cpu and memory limits in manifest file (#18)
This commit is contained in:
Родитель
4290132095
Коммит
113a84c47a
|
@ -14,8 +14,12 @@
|
|||
"resourceLimits": {
|
||||
"services": [
|
||||
{
|
||||
"name": "gatestext.service"
|
||||
"name": "gatestext.service",
|
||||
"cpuQuotaPercentage" : 20,
|
||||
"memoryQuotaInMB" : 30
|
||||
}
|
||||
]
|
||||
],
|
||||
"cpuQuotaPercentage" : 10,
|
||||
"memoryQuotaInMB" : 20
|
||||
}
|
||||
}]
|
||||
}]
|
||||
|
|
Загрузка…
Ссылка в новой задаче