Skip to content

Commit 49125ad

Browse files
committed
MCLOUD-7173: Update default Disc and DB value. for Magento cloud
1 parent f5263b0 commit 49125ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.magento.app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ web:
6161
passthru: "/static/$resource"
6262

6363
# The size of the persistent disk of the application (in MB).
64-
disk: 2048
64+
disk: 5120
6565

6666
# The mounts that will be performed when the package is deployed.
6767
mounts:

.magento/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
mysql:
66
type: mysql:10.3
7-
disk: 2048
7+
disk: 5120
88

99
redis:
1010
type: redis:5.0

0 commit comments

Comments
 (0)