<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I'm migrating all my services to 64bit pharo6 at the moment. In the monitoring I saw that the vm allocates something around around 150 MB and has approx. 96 MB free in heap. I changed the startup of my services to use —mmap 64m but it resulted in a 10-20MB bigger allocation as you can see from the chart<div class=""><br class=""></div><div class=""><img apple-inline="yes" id="820F5E19-BD18-4DD4-AA62-03D6B7B66B57" src="cid:F3D7FE00-8642-4B3F-9B89-9658EF6DB997@localdomain" class=""></div><div class=""><br class=""></div><div class="">What I want to know:</div><div class=""><br class=""></div><div class="">- how much memory does the vm allocate at startup without any commandline options?</div><div class="">- Is that default value smaller than 64 MB which would explain the behviour in the chart. If so why is at —mmap 64m the heap 96 m free?</div><div class="">- when does the vm a full GC? When memory becomes sparse or earlier?</div><div class=""><br class=""></div><div class="">thanks,</div><div class=""><br class=""></div><div class="">Norbert </div></body></html>