Skip to content

Commit

Permalink
[release-16.0] Upgrade mysqld memory limits to 1024Mi (#13122) (#13204)
Browse files Browse the repository at this point in the history
* Upgrade mysqld memory limits to 1024Mi

Signed-off-by: Vinícius do Carmo <[email protected]>

* Close #13118

Signed-off-by: Vinícius do Carmo <[email protected]>

---------

Signed-off-by: Vinícius do Carmo <[email protected]>
Co-authored-by: Vinícius do Carmo <[email protected]>
  • Loading branch information
vitess-bot[bot] and vinimdocarmo authored May 31, 2023
1 parent 272004c commit 98f5afc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/operator/101_initial_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
mysqld:
resources:
limits:
memory: 512Mi
memory: 1024Mi
requests:
cpu: 100m
memory: 512Mi
Expand Down
4 changes: 2 additions & 2 deletions examples/operator/201_customer_tablets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
mysqld:
resources:
limits:
memory: 512Mi
memory: 1024Mi
requests:
cpu: 100m
memory: 512Mi
Expand Down Expand Up @@ -134,7 +134,7 @@ spec:
mysqld:
resources:
limits:
memory: 512Mi
memory: 1024Mi
requests:
cpu: 100m
memory: 512Mi
Expand Down
6 changes: 3 additions & 3 deletions examples/operator/302_new_shards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
mysqld:
resources:
limits:
memory: 512Mi
memory: 1024Mi
requests:
cpu: 100m
memory: 512Mi
Expand Down Expand Up @@ -134,7 +134,7 @@ spec:
mysqld:
resources:
limits:
memory: 512Mi
memory: 1024Mi
requests:
cpu: 100m
memory: 512Mi
Expand Down Expand Up @@ -165,7 +165,7 @@ spec:
mysqld:
resources:
limits:
memory: 512Mi
memory: 1024Mi
requests:
cpu: 100m
memory: 512Mi
Expand Down
4 changes: 2 additions & 2 deletions examples/operator/306_down_shard_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
mysqld:
resources:
limits:
memory: 512Mi
memory: 1024Mi
requests:
cpu: 100m
memory: 512Mi
Expand Down Expand Up @@ -134,7 +134,7 @@ spec:
mysqld:
resources:
limits:
memory: 512Mi
memory: 1024Mi
requests:
cpu: 100m
memory: 512Mi
Expand Down

0 comments on commit 98f5afc

Please sign in to comment.