X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=miniperlmain.c;h=2994440f461ddb23e5eb2f73452939e96c4ca38c;hb=33235a50d090f47e8c1345f546ef4a97abb985d9;hp=d1b3e8ed99ec8f3db28222391ca5c15dcf6fbfb0;hpb=642f9debcae19ee23c984c3fbe5fa65e96398ea0;p=p5sagit%2Fp5-mst-13.2.git diff --git a/miniperlmain.c b/miniperlmain.c index d1b3e8e..2994440 100644 --- a/miniperlmain.c +++ b/miniperlmain.c @@ -3,7 +3,12 @@ */ #ifdef OEMVS -#pragma runopts(HEAP(1M,32K,ANYWHERE,KEEP,8K,4K)) +#ifdef MYMALLOC +/* sbrk is limited to first heap segement so make it big */ +#pragma runopts(HEAP(8M,500K,ANYWHERE,KEEP,8K,4K) STACK(,,ANY,) ALL31(ON)) +#else +#pragma runopts(HEAP(2M,500K,ANYWHERE,KEEP,8K,4K) STACK(,,ANY,) ALL31(ON)) +#endif #endif