
I encountered a problem with installing hat with nhc98: The heap was not big enuogh to compile PreludeBasic and make aborted consequently. When I increased the heap with -M200M the compilation worked. Maybe the heap should be set like this for nhc98 generally?

Bernd Brassel
I encountered a problem with installing hat with nhc98: The heap was not big enuogh to compile PreludeBasic and make aborted consequently. When I increased the heap with -M200M the compilation worked.
Interesting. For building the Hat libraries with nhc98, the Makefile already sets the resource limits quite high at 64Mb of heap and 12Mb of stack. This seems to be sufficient on our machines, but I'll happily increase the numbers if this is a common problem. Regards, Malcolm
participants (2)
-
Bernd Brassel
-
Malcolm Wallace