mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
9 lines
349 B
Markdown
9 lines
349 B
Markdown
---
|
|
synopsis: Stack size is increased on macOS
|
|
prs: 9860
|
|
---
|
|
|
|
Previously, Nix would set the stack size to 64MiB on Linux, but would leave the
|
|
stack size set to the default (approximately 8KiB) on macOS. Now, the stack
|
|
size is correctly set to 64MiB on macOS as well, which should reduce stack
|
|
overflow segfaults in deeply-recursive Nix expressions.
|