Page MenuHomeFreeBSD

Set default stack size for Linux apps to 8MB.
ClosedPublic

Authored by trasz on Oct 14 2020, 1:46 PM.
Tags
None
Referenced Files
F160706319: D26778.diff
Sat, Jun 27, 12:25 AM
Unknown Object (File)
Mon, Jun 22, 12:21 AM
Unknown Object (File)
May 15 2026, 9:39 AM
Unknown Object (File)
May 12 2026, 1:27 AM
Unknown Object (File)
May 10 2026, 3:11 AM
Unknown Object (File)
May 3 2026, 1:02 AM
Unknown Object (File)
Apr 30 2026, 9:05 AM
Unknown Object (File)
Apr 29 2026, 5:54 AM
Subscribers

Details

Summary

Set default stack size for Linux apps to 8MB. This matches Linux
default, makes core files smaller, and might work around some userspace
bugs.

PR: 248225

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

trasz requested review of this revision.Oct 14 2020, 1:46 PM
emaste added a subscriber: emaste.
emaste added inline comments.
sys/compat/linux/linux_emul.c
138 ↗(On Diff #78211)

I'm not sure this should be a KASSERT

This revision is now accepted and ready to land.Oct 14 2020, 1:52 PM