[nycbug-talk] Increasing memory for an application
Francisco Reyes
lists at stringsutils.com
Sun Apr 23 13:26:50 EDT 2006
Bob Ippolito writes:
> Default max process size on FreeBSD is 512MB. You need to create /
> boot/loader.conf and tweak the appropriate settings then reboot.
> kern.ipc.semmni=256
> kern.ipc.semmns=512
> kern.ipc.semmnu=256
> kern.maxdsiz="1073741824" # 1GB
> kern.dfldsiz="1073741824" # 1GB
> kern.maxssiz="134217728" # 128MB
Thanks!
Will look up all those to see what they mean.
More information about the talk
mailing list