wido commented on code in PR #8497:
URL: https://github.com/apache/cloudstack/pull/8497#discussion_r1482654206
##########
server/src/main/java/com/cloud/configuration/Config.java:
##########
@@ -1291,7 +1291,7 @@ public enum Config {
"The allowable clock difference in milliseconds between when an
SSO login request is made and when it is received.",
null),
//NetworkType("Hidden", ManagementServer.class, String.class,
"network.type", "vlan", "The type of network that this deployment will use.",
"vlan,direct"),
- RouterRamSize("Hidden", NetworkOrchestrationService.class, Integer.class,
"router.ram.size", "256", "Default RAM for router VM (in MB).", null),
+ RouterRamSize("Hidden", NetworkOrchestrationService.class, Integer.class,
"router.ram.size", "512", "Default RAM for router VM (in MB).", null),
Review Comment:
Based on @weizhouapache comments, shouldn't this be 384 and not 512?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]