You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the stack provided to us by the operating system is assumed to be 64kb on all platforms except ARM, where it is assumed to be only 8kb. It's not clear why: we should either document this or change it to match what other platforms do.
The text was updated successfully, but these errors were encountered:
Both Android and iOS by default have 1MB stacks. (Compared to linux/amd64 with 8MB stacks.) I haven't found any system we expect to run on with smaller stacks, so I'll send a CL.
Currently, the stack provided to us by the operating system is assumed to be 64kb on all platforms except ARM, where it is assumed to be only 8kb. It's not clear why: we should either document this or change it to match what other platforms do.
The text was updated successfully, but these errors were encountered: