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 c409211 commit 9d9d587
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 @@ -1123,7 +1123,7 @@ spec:
memory: 300Mi
limits:
cpu: 3
memory: 3Gi
memory: 4Gi
volumeMounts:
- mountPath: /var/run/openvswitch
name: host-run-ovs
Expand Down Expand Up @@ -1594,7 +1594,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 @@ -271,7 +271,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 @@ -282,7 +282,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 9d9d587

Please sign in to comment.