workaround for arena overflow
This commit is contained in:
parent
972383eb7d
commit
38c840c805
|
@ -18,7 +18,7 @@
|
||||||
#define PIC_NONE_IS_FALSE 1
|
#define PIC_NONE_IS_FALSE 1
|
||||||
|
|
||||||
/* 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 1000
|
||||||
#define PIC_HEAP_PAGE_SIZE (10000)
|
#define PIC_HEAP_PAGE_SIZE (10000)
|
||||||
#define PIC_STACK_SIZE 1024
|
#define PIC_STACK_SIZE 1024
|
||||||
#define PIC_RESCUE_SIZE 30
|
#define PIC_RESCUE_SIZE 30
|
||||||
|
|
Loading…
Reference in New Issue