I have done exactly what you describe below, but the
memory allocation does not increase. Also Apophysis
won't let me move it into the Apps. folder.
When I reboot my Mac the application disappears from
the desktop and has to be re-installed!
I run a Dual 2.7 Ghz Power PC G5 (not Intel) have plenty of memory and use
OS 10.4.11
Please help.
Ursula
--- In Apophysis-j@yahoogroups.com, Jean-Francois Bouzereau <jfbouzereau@...>
wrote:
>
> About the memory allocation in apo-j :
>
> 1/ there is now a better estimation of the needed memory
> in the render panel. Fill in the fields about image
> size, rendering quality, oversample, dont forget to
> validate the values with the "enter" or "return" key.
> The required memory is computed and displayed in the
> memory info box, bottom left of the panel.
>
> 2/ to allocate memory, the program must be launched
> from the command line, via the terminal. Before
> typing the command, you must be in the folder
> (directory) where apophysis-j-25.jar resides.
> For example, if the program is on the desktop, type :
>
> cd desktop
> java -Xmx200m -jar apophysis-j-25.jar
>
> If it is in the applications folder, type :
>
> cd /applications
> java -Xmx200m -jar apophysis-j-25.jar
>
> etc