This run-time error is reported when Ultra Fractal is unable to allocate enough memory when running a calculation. This is usually because one of the classes or formulas attempts to allocate a large array.
Because Ultra Fractal is a 32-bit application, the maximum amount of memory it can use is 2 GB, even when you have more memory installed in your computer.
| Tip: Out of memory errors are often caused by Flame Fractals, see www.ultrafractal.com/kb/flamefractals.html. |
Example:
; 8 bytes * 240.000.000 is about 1.9 GB. This is sure to ; cause an out of memory error. float test[240000000]
See Also
Stack overflow
Storage exceeds 2 GB
Objects
Errors