Skip to content

Commit

Permalink
increase memory limit of ovn-central
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Mar 15, 2022
1 parent 5a52041 commit bf8026e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ spec:
memory: 300Mi
limits:
cpu: 3
memory: 3Gi
memory: 4Gi
volumeMounts:
- mountPath: /var/run/openvswitch
name: host-run-ovs
Expand Down Expand Up @@ -1596,7 +1596,7 @@ spec:
memory: 200Mi
limits:
cpu: 3
memory: 3Gi
memory: 4Gi
volumeMounts:
- mountPath: /var/run/openvswitch
name: host-run-ovs
Expand Down
2 changes: 1 addition & 1 deletion yamls/ovn-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ spec:
memory: 200Mi
limits:
cpu: 3
memory: 3Gi
memory: 4Gi
volumeMounts:
- mountPath: /var/run/openvswitch
name: host-run-ovs
Expand Down
2 changes: 1 addition & 1 deletion yamls/ovn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ spec:
memory: 200Mi
limits:
cpu: 3
memory: 3Gi
memory: 4Gi
volumeMounts:
- mountPath: /var/run/openvswitch
name: host-run-ovs
Expand Down

0 comments on commit bf8026e

Please sign in to comment.