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)
Wed, Apr 16, 4:58 AM
Unknown Object (File)
Mar 26 2025, 8:36 AM
Unknown Object (File)
Mar 5 2025, 10:43 PM
Unknown Object (File)
Mar 4 2025, 5:01 PM
Unknown Object (File)
Feb 17 2025, 4:30 PM
Unknown Object (File)
Feb 8 2025, 9:45 AM
Unknown Object (File)
Feb 8 2025, 7:35 AM
Unknown Object (File)
Feb 7 2025, 12:00 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