actually lower the default stack space to 512KB this time

This commit is contained in:
Joseph Poirier 2015-06-15 15:04:44 -05:00
parent 2c4aa30164
commit 17c7bd9bf1

View file

@ -13,7 +13,7 @@
/* Override via STACKSIZE environment variable */
/* stack space */
#define PICOC_STACK_SIZE (512000)
#define PICOC_STACK_SIZE (128000*4)
int main(int argc, char **argv)
{