I can't get AppleScript to run

John M McIntosh johnmci at smalltalkconsulting.com
Sun Aug 13 00:57:58 UTC 2000


on 8/12/00 1:07 PM, Andrew C. Greenberg at werdna at mucow.com wrote:

> 
> You might have some memory issues, despite (or perhaps because) of
> the allocation of 50M to Squeak.  On MacOS, calling plugins sometimes
> requires use of non-object application memory, and the minimum slosh
> allocated by the VM may not be sufficient.  This can be increased by
> using,
> 
> Smalltalk extraVMMemory: numberBytesInAdditionToSlosh
> 
> saving the image and restarting the machine, careful to assure there
> is enough space for the application memory as well as the object
> memory space in the Finder allocation.
> 

I should point out in the current JUNE/00 macintosh 2.8beta VM the amount of
slop allocated to the C heap at startup time is now 500,000 bytes, which
makes Open Transport more happy, before this in say 2.7 it I think was a
smaller number. As Andrew points out you can of course give the VM more via
extraVMMemory


--
===========================================================================
John M. McIntosh <johnmci at smalltalkconsulting.com> 1-800-477-2659
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
===========================================================================
Custom Macintosh programming & various Smalltalk dialects
PGP Key: DSS/Diff/46FC3BE6
Fingerprint=B22F 7D67 92B7 5D52 72D7  E94A EE69 2D21 46FC 3BE6
===========================================================================





More information about the Squeak-dev mailing list