stacksize info readme update
This commit is contained in:
parent
f8ac5c56fa
commit
5d35eb3683
|
@ -125,7 +125,8 @@ Note, you can quit picoc's interactive mode using control-D.
|
||||||
# Environment variables
|
# Environment variables
|
||||||
|
|
||||||
In some cases you may want to change the picoc stack space. The default stack
|
In some cases you may want to change the picoc stack space. The default stack
|
||||||
size is 1MB which should be large enough for most programs.
|
size is 1MB (PICOC_STACK_SIZE in picoc.c) which should be large enough for most
|
||||||
|
programs.
|
||||||
|
|
||||||
To change the stack size you can set the STACKSIZE environment variable to a
|
To change the stack size you can set the STACKSIZE environment variable to a
|
||||||
different value. The value is in bytes.
|
different value. The value is in bytes.
|
||||||
|
|
Loading…
Reference in a new issue