aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/rl-next/macos-stack-size.md
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-05-20 12:17:54 -0700
committereldritch horrors <pennae@lix.systems>2024-05-22 21:13:56 +0200
commitdcc7ea54986e0712666b15b502b6f89dd42b000c (patch)
treeb61015050de043a02c0b78a9cac6fe4b985d0398 /doc/manual/rl-next/macos-stack-size.md
parent0bf4c2971f6b57dbba3b79986d9f65ae7924260f (diff)
release notes: add a bunch of them
Also fix typos introduced by the commits I read. I have run the addDrvOutputDependencies release note past Ericson since I was confused by what the heck it was doing, and he was saying it was reasonable. Change-Id: Id015353b00938682f7faae7de43df7f991a5237e
Diffstat (limited to 'doc/manual/rl-next/macos-stack-size.md')
-rw-r--r--doc/manual/rl-next/macos-stack-size.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/manual/rl-next/macos-stack-size.md b/doc/manual/rl-next/macos-stack-size.md
new file mode 100644
index 000000000..efbba1577
--- /dev/null
+++ b/doc/manual/rl-next/macos-stack-size.md
@@ -0,0 +1,9 @@
+---
+synopsis: Increase default stack size on macOS
+prs: 9860
+credits: 9999years
+category: Improvements
+---
+
+Increase the default stack size on macOS to the same value as on Linux, subject to system restrictions to maximum stack size.
+This should reduce the number of stack overflow crashes on macOS when evaluating Nix code with deep call stacks.