Skip to content

Commit efafa8c

Browse files
committed
debian12: increase default system offering for routers to 384MiB RAM
1 parent 66cf348 commit efafa8c

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

engine/schema/src/main/resources/META-INF/db/schema-41900to42000.sql

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@
1919
-- Schema upgrade from 4.19.0.0 to 4.20.0.0
2020
--;
2121

22-
-- Update Default System offering for Router to 512MiB
23-
UPDATE `cloud`.`service_offering` SET ram_size = 512 WHERE unique_name IN ("Cloud.Com-SoftwareRouter", "Cloud.Com-SoftwareRouter-Local",
22+
-- Update Default System offering for Router to 384MiB
23+
UPDATE `cloud`.`service_offering` SET ram_size = 384 WHERE unique_name IN ("Cloud.Com-SoftwareRouter", "Cloud.Com-SoftwareRouter-Local",
2424
"Cloud.Com-InternalLBVm", "Cloud.Com-InternalLBVm-Local",
25-
"Cloud.com-ConsoleProxy", "Cloud.com-ConsoleProxy-Local",
26-
"Cloud.com-SecondaryStorage", "Cloud.com-SecondaryStorage-Local",
2725
"Cloud.Com-ElasticLBVm", "Cloud.Com-ElasticLBVm-Local")
28-
AND system_use = 1 AND ram_size < 512;
26+
AND system_use = 1 AND ram_size < 384;

0 commit comments

Comments
 (0)