1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 08:31:16 +02:00

* Document Boehm GC support.

This commit is contained in:
Eelco Dolstra 2010-10-29 14:44:02 +00:00
parent 3d71c8013e
commit 26def5392f
4 changed files with 40 additions and 1 deletions

View file

@ -364,7 +364,7 @@ int main(int argc, char * * argv)
allocated. This might be a problem on systems that don't
overcommit. */
if (!getenv("GC_INITIAL_HEAP_SIZE"))
GC_expand_hp(384000000);
GC_expand_hp(384 * 1024 * 1024);
#endif
try {