Skip to content
Snippets Groups Projects
Commit ce77f70f authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-01-20 09:13:59 by simonm]

Increase PrelNum stack size to 3M.  Funny, it only needed 2M yesterday.
parent a55ddbd6
No related merge requests found
......@@ -58,7 +58,7 @@ PrelNumExtra_HC_OPTS += -H30m -K2m
PrelBase_HC_OPTS += -H10m
PrelRead_HC_OPTS += -H16m
PrelTup_HC_OPTS += -H12m
PrelNum_HC_OPTS += -H12m -K2m
PrelNum_HC_OPTS += -H12m -K3m
PrelArr_HC_OPTS += -H8m
PrelHandle_HC_OPTS += -H14m
Time_HC_OPTS += -H18m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment