Skip to content

Commit

Permalink
Decrease size of the memory limit from 10 to 3 GB
Browse files Browse the repository at this point in the history
  • Loading branch information
projkov authored Jan 28, 2025
1 parent 69eda16 commit 286bd87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ spec:
memory: "512Mi" # Minimum memory required for scheduling
cpu: "250m" # Minimum CPU required for scheduling
limits:
memory: "10Gi" # Maximum memory usage allowed
memory: "3Gi" # Maximum memory usage allowed
cpu: "500m" # Maximum CPU usage allowed

0 comments on commit 286bd87

Please sign in to comment.