heapSize and minimumMemory

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

heapSize and minimumMemory

Ang BeePeng
What is the different between heapSize and minimumMemory in SqueakVm source?
Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] heapSize and minimumMemory

Eliot Miranda-2


On Tue, Aug 4, 2009 at 9:26 PM, Ang Beepeng <[hidden email]> wrote:

What is the different between heapSize and minimumMemory in SqueakVm source?

minimumMemory is the absolute minimum ammount of memory to load the image and start executing it.
heapSize is the preferred heap size to allocate as defined by the command line argument -memory.


--
View this message in context: http://www.nabble.com/heapSize-and-minimumMemory-tp24820599p24820599.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.