diff --git a/.github/uffizzi/docker-compose.uffizzi.yml b/.github/uffizzi/docker-compose.uffizzi.yml index 14e1f050e..3be501b35 100644 --- a/.github/uffizzi/docker-compose.uffizzi.yml +++ b/.github/uffizzi/docker-compose.uffizzi.yml @@ -11,4 +11,8 @@ services: - LIVEBOOK_TOKEN_ENABLED=false ports: - 8080:8080 - restart: unless-stopped \ No newline at end of file + restart: unless-stopped + deploy: + resources: + limits: + memory: 2000M \ No newline at end of file