I have a need dynamicaly to change maxdatasize limit for user in order to make 
some experiences on my work. Give me some advise for non-reboot change to do 
this?

I found 'options MAXDSIZ' in LINT that helps me at that moment but as I so at 
kern/subr_param.c there is :

TUNABLE_QUAD_FETCH("kern.maxdsiz", &maxdsiz);

but sysctl gives to me no 'kern.maxdsiz' resource. Is there a problem to put 
this parameter into sysctl (writable) or there are more changes to do to avoid 
crashes if they appears when change is made?

PS:
  Cc: me because I'm not at the list.
-- 
Dimitar Peikov
Programmer Analyst
Globalization Group
"We Build e-Business"  

RILA Solutions  
27 Building, Acad.G.Bonchev Str.  
1113 Sofia, Bulgaria  

phone: (+359 2) 9797320 
phone: (+359 2) 9797300 
fax:   (+359 2) 9733355  
http://www.rila.com 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to