lower default stack space to 512KB, update readme
This commit is contained in:
parent
d32bb50194
commit
2c4aa30164
|
@ -124,8 +124,8 @@ Note, you can quit picoc's interactive mode using control-D.
|
|||
# Environment variables
|
||||
|
||||
In some cases you may want to change the picoc stack space. The default stack
|
||||
size is 1MB (PICOC_STACK_SIZE in picoc.c) which should be large enough for most
|
||||
programs.
|
||||
size is 512KB (see 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
|
||||
different value. The value is in bytes.
|
||||
|
|
Loading…
Reference in a new issue