mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
kubernetes-dashboard: raise memory limit to 250MB
On my cluster, I often get OOM errors that cause the dashboard to crash just by going over 50MB.
This commit is contained in:
parent
ed82674954
commit
b6f2e75d75
@ -70,7 +70,7 @@ in {
|
||||
resources = {
|
||||
limits = {
|
||||
cpu = "100m";
|
||||
memory = "50Mi";
|
||||
memory = "250Mi";
|
||||
};
|
||||
requests = {
|
||||
cpu = "100m";
|
||||
|
Loading…
Reference in New Issue
Block a user