|
||||||||||
it's impossible to change it that way. the value is readonly at runtime. it must be modified before kernel loading. On 6/13/05, Jeroen Geusebroek <j dot geusebroek at gmail dot com> wrote: > On 6/12/05, Marcelo Webber <marcewebb at hotmail dot com> wrote: > > > > Dear Friends, > > > > I've tryied to modify "/cf/boot/loader.rc" but as it's a Read-Only System > > File, couldn't replace, delete or CHMOD it. > > > > 1) Can I change "kern.ipc.nmbclusters=32768" in another way? > > > > > Try "sysctl kern.ipc.nmbclusters 32768" from the exec.php page. > > If this works you can add a directive (not sure what the exact format is) > in the XML file so it always executed after a boot. > > -- > Jeroen > > |