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
Unknown Object (File)
Sat, Jul 4, 11:18 PM
Unknown Object (File)
Sat, Jul 4, 3:00 AM
Unknown Object (File)
Fri, Jul 3, 3:54 PM
Unknown Object (File)
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
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 Passed
Unit
No Test Coverage
Build Status
Buildable 34157
Build 31313: arc lint + arc unit

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

I'm not sure this should be a KASSERT

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