1
0
forked from GitHub/gf-core

Import of Folkets Lexikon: the heap size limit was too low for 64-bit systems

The default heap size limit has been increased to 3GB. On 32-bit system you
can use a lower limit:

	make M=1500M
This commit is contained in:
hallgren
2013-04-10 16:42:35 +00:00
parent 6689677165
commit 523d7139f4

View File

@@ -1,7 +1,8 @@
M=3G
FolketsLexikon.gf:
ghc --make -O ImportFolketsLexikon.hs -rtsopts
./ImportFolketsLexikon +RTS -K32M -M1500M
./ImportFolketsLexikon +RTS -K32M -M$M
clean:
rm -rf *.o *.hi *.gfo *.xml FolketsLexikon.gf ImportFolketsLexikon