From 5d35eb3683004b24f0c20ae19fbe38ba9104ca28 Mon Sep 17 00:00:00 2001 From: Joseph Poirier Date: Sat, 13 Jun 2015 13:58:31 -0500 Subject: [PATCH] stacksize info readme update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c00547f..412d0f3 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,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 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 different value. The value is in bytes.