File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ int\ bundle_go(
21
21
This construct launches a coroutine within the specified bundle.
22
22
For more information about bundles see \f[B] bundle \f[ ] .
23
23
.PP
24
- The coroutine gets a 1MB stack.
24
+ The coroutine gets a 256KB stack.
25
25
The stack is guarded by a non\- writeable memory page.
26
26
Therefore, stack overflow will result in a \f[B] SEGFAULT \f[ ] rather than
27
27
overwriting memory that doesn\[aq ] t belong to it.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ int\ go(
18
18
.SH DESCRIPTION
19
19
.PP
20
20
This construct launches a coroutine.
21
- The coroutine gets a 1MB stack.
21
+ The coroutine gets a 256KB stack.
22
22
The stack is guarded by a non\- writeable memory page.
23
23
Therefore, stack overflow will result in a \f[B] SEGFAULT \f[ ] rather than
24
24
overwriting memory that doesn\[aq ] t belong to it.
Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ fxs = [
604
604
This construct launches a coroutine within the specified bundle.
605
605
For more information about bundles see **bundle**.
606
606
607
- The coroutine gets a 1MB stack.
607
+ The coroutine gets a 256KB stack.
608
608
The stack is guarded by a non-writeable memory page. Therefore,
609
609
stack overflow will result in a **SEGFAULT** rather than overwriting
610
610
memory that doesn't belong to it.
@@ -1207,7 +1207,7 @@ fxs = [
1207
1207
allocates_handle : true ,
1208
1208
1209
1209
prologue : `
1210
- This construct launches a coroutine. The coroutine gets a 1MB stack.
1210
+ This construct launches a coroutine. The coroutine gets a 256KB stack.
1211
1211
The stack is guarded by a non-writeable memory page. Therefore,
1212
1212
stack overflow will result in a **SEGFAULT** rather than overwriting
1213
1213
memory that doesn't belong to it.
You can’t perform that action at this time.
0 commit comments