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:
parent
3d71c8013e
commit
26def5392f
4 changed files with 40 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue