PaulAngus edited a comment on issue #3126: Improve System VM startup and memory usage URL: https://github.com/apache/cloudstack/pull/3126#issuecomment-478637591 RESULTS of tests The following script was left running from the management server: while true; do ssh -p3922 -i /var/cloudstack/management/.ssh/id_rsa [email protected] "echo hi"; done The memory usage was then monitored by periodically running htop from the VR console. | Uptime | Memory Usage | | ------------- | ------------- | | 08:50 | 82.3MB | | 1d 00:43 | 94.3 MB | | 1d 04:51 | 94.8 MB | | 1d 22:57 | 97.4 MB | | 2d 07:42 | 91.9 MB | | 5d 05:35 | 92.0 MB | I believe that the variance is due to the timing of the check relative to the disk cache flushing. IMO - I think that we can consider this a successful test cc @andrijapanic @onitake
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
