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:
@@ -1,7 +1,8 @@
|
|||||||
|
M=3G
|
||||||
|
|
||||||
FolketsLexikon.gf:
|
FolketsLexikon.gf:
|
||||||
ghc --make -O ImportFolketsLexikon.hs -rtsopts
|
ghc --make -O ImportFolketsLexikon.hs -rtsopts
|
||||||
./ImportFolketsLexikon +RTS -K32M -M1500M
|
./ImportFolketsLexikon +RTS -K32M -M$M
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf *.o *.hi *.gfo *.xml FolketsLexikon.gf ImportFolketsLexikon
|
rm -rf *.o *.hi *.gfo *.xml FolketsLexikon.gf ImportFolketsLexikon
|
||||||
|
|||||||
Reference in New Issue
Block a user