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