Skip to content

Commit

Permalink
add more memory to vttablet for the backup
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Apr 30, 2024
1 parent 3e9683c commit 77fcdb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions test/endtoend/backup_restore_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ function resurrectShard() {

sleep 10

killall kubectl
./pf.sh > /dev/null 2>&1 &

sleep 10

waitForKeyspaceToBeServing commerce - 2
sleep 5

Expand Down
4 changes: 2 additions & 2 deletions test/endtoend/operator/101_initial_cluster_backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ spec:
wait_for_backup_interval: "0"
resources:
limits:
memory: 256Mi
memory: 512Mi
requests:
cpu: 100m
memory: 256Mi
memory: 512Mi
mysqld:
resources:
limits:
Expand Down

0 comments on commit 77fcdb7

Please sign in to comment.