Revision a08208f8
Added by Jim Pingle about 9 years ago
src/etc/inc/globals.inc | ||
---|---|---|
209 | 209 |
"net.raw.recvspace" => 65536, |
210 | 210 |
"net.raw.sendspace" => 65536, |
211 | 211 |
"net.inet.raw.recvspace" => 131072, |
212 |
"net.inet.raw.maxdgram" => 131072 |
|
212 |
"net.inet.raw.maxdgram" => 131072, |
|
213 |
"kern.corefile" => "/root/%N.core" /* Write all core files to /root/ so they do not consume space on other slices */ |
|
213 | 214 |
); |
214 | 215 |
|
215 | 216 |
/* Include override values for the above if needed. If the file doesn't exist, don't try to load it. */ |
Also available in: Unified diff
Set kern.corefile, fixes #6510