Increased default stack/heap size to 32MiB

This commit is contained in:
Russell Joyce 2020-06-24 19:16:14 +01:00
parent 31b08382db
commit 29ebc3114b
No known key found for this signature in database
GPG key ID: 3D46BD9018AF7B72

View file

@ -17,7 +17,7 @@
#include "LICENSE.h"
/* Override via STACKSIZE environment variable */
#define PICOC_STACK_SIZE (128000*4)
#define PICOC_STACK_SIZE (32*1024*1024)
int main(int argc, char **argv)
{