wido commented on a change in pull request #3127: Improve System VM startup and
memory usage [4.11]
URL: https://github.com/apache/cloudstack/pull/3127#discussion_r250553250
##########
File path: systemvm/debian/opt/cloud/bin/setup/secstorage.sh
##########
@@ -19,14 +19,14 @@
. /opt/cloud/bin/setup/common.sh
secstorage_svcs() {
- echo "apache2 cloud nfs-common portmap" > /var/cache/cloud/enabled_svcs
+ echo "cloud apache2 nfs-common portmap" > /var/cache/cloud/enabled_svcs
echo "conntrackd keepalived haproxy dnsmasq" > /var/cache/cloud/disabled_svcs
mkdir -p /var/log/cloud
}
setup_secstorage() {
log_it "Setting up secondary storage system vm"
- sysctl vm.min_free_kbytes=8192
+ #sysctl vm.min_free_kbytes=8192
Review comment:
Why comment it and not remove it?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services