Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WARNING: TABLE_GROW EXEC

Status
Not open for further replies.

demetrio

Technical User
Jul 17, 2002
70
GR
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


 
thank you PHV

i suppose that if i modify the line

unsigned int maxexecargs = 100*1024;
to 150*1024;

i should modify the other one to

#ifdef BULLSEYE
... (a few lines of code)
unsigned int maxexecargs = 6*1024;



 
Is it a Point Of Sale system? If not: "Unless you have a SCO POS (Point-of-Sale) System, ignore this particular assignment of the value 4096 to maxexecargs.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top