hi there. i am runing a sco 5.0.7
today i got once again the following message
"table_grow - exec data table page limit of 25 pages (MAXEXECARGS) exceeded "
i looked to the net and i found that i shall modiffy the folowing line
unsigned int maxexecargs = 100*1024;
mabee to ..150*1024;
in the file /etc/conf/pack.d/kernel/space.c
but i have to look also the line
#ifdef BULLSEYE
.................
unsigned int maxexecargs = 4*1024;
.....................
which is in the same file
shall i modify this line ,too??
if i modify the first to 150 what shall i write to the other one
i would be very greatfull if you can, also, tell me why this happened..
does it have to do with a very large file that the programmer works with (1,8 gb!!)?
thank you
today i got once again the following message
"table_grow - exec data table page limit of 25 pages (MAXEXECARGS) exceeded "
i looked to the net and i found that i shall modiffy the folowing line
unsigned int maxexecargs = 100*1024;
mabee to ..150*1024;
in the file /etc/conf/pack.d/kernel/space.c
but i have to look also the line
#ifdef BULLSEYE
.................
unsigned int maxexecargs = 4*1024;
.....................
which is in the same file
shall i modify this line ,too??
if i modify the first to 150 what shall i write to the other one
i would be very greatfull if you can, also, tell me why this happened..
does it have to do with a very large file that the programmer works with (1,8 gb!!)?
thank you