ref: 9fcea2a5581d045efd60b6b6bd2b64ad6e4e9bd2
dir: /src/runtime/config.h/
#ifndef CONFIG_H #define CONFIG_H /* * In here are items that can be configured, but that does not depend on the platform. */ #define HEAP_CELLS 50000000 #define STACK_SIZE 100000 #endif // CONFIG_H