Storage exceeds available memory

This run-time error is reported when the variables for a formula, class or function would occupy more than the total amount of memory available. You should modify the formula to require less memory.

Example (for a computer with 2 GB of memory installed):

; 16 bytes * 200.000.000 is larger than 2 GB
complex test[200000000]

Note: If Ultra Fractal is installed as a 32-bit application on Windows, the amount of available memory is always limited to 2 GB, even if you have more memory installed in your computer. Simply download and install the 64-bit Windows application instead to remove this limit and take advantage of all available memory. On Mac, Ultra Fractal always runs as a 64-bit application.

See Also
Out of memory
Stack overflow
Objects
Errors