Date: Thu, 22 Nov 2001 11:45:38 +0200 From: "Dimitar Peikov" <mitko@rila.bg> To: hackers@freebsd.org Subject: sysctl and MAXDSIZ Message-ID: <200111220945.fAM9jff00606@earth.rila.bg>
next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111220945.fAM9jff00606>