increase default heap size
This commit is contained in:
parent
f6506a4828
commit
2a32de55b6
|
@ -12,7 +12,7 @@
|
|||
|
||||
/* initial memory size (to be dynamically extended if necessary) */
|
||||
#define PIC_ARENA_SIZE 100
|
||||
#define PIC_HEAP_SIZE (20000 * 8)
|
||||
#define PIC_HEAP_SIZE (40000 * 8)
|
||||
#define PIC_STACK_SIZE 1024
|
||||
#define PIC_RESCUE_SIZE 30
|
||||
#define PIC_IREP_SIZE 256
|
||||
|
|
Loading…
Reference in New Issue