Skip to content

Commit

Permalink
fix: redefine used variables memory request and limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrrypg authored and JuanDavidBuitrago committed Jul 14, 2023
1 parent 8d4944a commit 4e2a2d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tutorcodejail/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"SANDBOX_PYTHON_VERSION": "3.8.6",
"SKIP_INIT": False,
"LIMIT_CPU": "1",
"LIMIT_MEMORY": "1Gi",
"REQUEST_CPU": "512m",
"REQUEST_MEMORY": "512Mi",
"ENABLE_HPA": False,
"MIN_REPLICAS": 1,
"MAX_REPLICAS": 4,
Expand Down

0 comments on commit 4e2a2d3

Please sign in to comment.