Add release notes for "Stack size is increased on macOS"

This commit is contained in:
Rebecca Turner 2024-02-05 12:35:06 -08:00
parent 837c350bcd
commit 7f8960d0f2
No known key found for this signature in database

View file

@ -0,0 +1,9 @@
---
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.