Vag wrote: >Compiler from Clean 2.2 distribution dies with message "Heap full" when >compiling modules with size greater than 100k if fusion option was turned on.
On WIndows you can increase the maximal heap size of the compiler in the Environment dialog (menu Environment/Edit Current..). After the name of the Compiler (CleanCompiler.exe) add " : -h 64m" for a 64 megabyte heap. If there are already two ":"s, add " -h 64m " in the middle, so: " : -h 64m : ". Kind regards, John van Groningen _______________________________________________ clean-list mailing list [email protected] http://mailman.science.ru.nl/mailman/listinfo/clean-list
