extend default heap size
This commit is contained in:
parent
76cba3fad2
commit
5da1b175a7
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
/* initial memory size (to be dynamically extended if necessary) */
|
/* initial memory size (to be dynamically extended if necessary) */
|
||||||
#define PIC_ARENA_SIZE 100
|
#define PIC_ARENA_SIZE 100
|
||||||
#define PIC_HEAP_SIZE 16384
|
#define PIC_HEAP_SIZE 32768
|
||||||
#define PIC_STACK_SIZE 1024
|
#define PIC_STACK_SIZE 1024
|
||||||
#define PIC_IREP_SIZE 256
|
#define PIC_IREP_SIZE 256
|
||||||
#define PIC_GLOBALS_SIZE 1024
|
#define PIC_GLOBALS_SIZE 1024
|
||||||
|
|
Loading…
Reference in New Issue