diff --git a/HandlerManifest.json b/HandlerManifest.json index 5d17dfc..51ba845 100644 --- a/HandlerManifest.json +++ b/HandlerManifest.json @@ -14,8 +14,12 @@ "resourceLimits": { "services": [ { - "name": "gatestext.service" + "name": "gatestext.service", + "cpuQuotaPercentage" : 20, + "memoryQuotaInMB" : 30 } - ] + ], + "cpuQuotaPercentage" : 10, + "memoryQuotaInMB" : 20 } -}] \ No newline at end of file +}]