Skip to content

Commit

Permalink
Increase redis memory
Browse files Browse the repository at this point in the history
  • Loading branch information
WitherredAway authored Dec 5, 2024
1 parent 5d6c5ce commit 4e9f4fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/poketwo/redis.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
master = {
persistence.size = "64Gi";
resources = {
requests = { memory = "10Gi"; };
limits = { memory = "10Gi"; cpu = "200m"; };
requests = { memory = "20Gi"; };
limits = { memory = "20Gi"; cpu = "200m"; };
};
};
metrics.enabled = true;
Expand Down

0 comments on commit 4e9f4fe

Please sign in to comment.