Skip to content

Commit

Permalink
Set memory requests to 1Gi (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodauria authored May 3, 2023
1 parent 30bc84c commit 3975f38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions k8s/daemonsets/experiments/wehe.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ exp.Experiment(expName, 5, 'pusher-' + std.extVar('PROJECT_ID'), 'netblock', ['r
limits: {
[if std.extVar('PROJECT_ID') != "mlab-oti" then 'memory']: "5Gi",
},
requests: {
[if std.extVar('PROJECT_ID') != "mlab-oti" then 'memory']: "1Gi",
},
},
// Wehe runs packet captures, which requires being root. Run as
// root, but with only the NET_RAW capability.
Expand Down

0 comments on commit 3975f38

Please sign in to comment.