From c93ecd6e4fa9e5c2f5c233aa147353a3b039ee52 Mon Sep 17 00:00:00 2001 From: Willian Galvani Date: Tue, 16 Jul 2024 23:10:35 -0300 Subject: [PATCH] Dockerfile: limit usage to 1 full core --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index e2cc83d..24ec089 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,6 +73,8 @@ LABEL permissions='{\ }\ ]\ }\ + "CpuPeriod": 100000,\ + "CpuQuota": 100000\ }\ }' LABEL authors='[\