|
Lines 57-63
Link Here
|
| 57 |
|
57 |
|
| 58 |
# |
58 |
# |
| 59 |
# Certain applications can grow to be larger than the 128M limit |
59 |
# Certain applications can grow to be larger than the 512MB limit |
| 60 |
# that FreeBSD initially imposes. Below are some options to |
60 |
# that FreeBSD initially imposes. Below are some options to |
| 61 |
# allow that limit to grow to 256MB, and can be increased further |
61 |
# allow that limit to grow to 1024MB, and can be increased further |
| 62 |
# with changing the parameters. MAXDSIZ is the maximum that the |
62 |
# with changing the parameters. MAXDSIZ is the maximum that the |
| 63 |
# limit can be set to, and the DFLDSIZ is the default value for |
63 |
# limit can be set to, and the DFLDSIZ is the default value for |
|
Lines 66-71
Link Here
|
| 66 |
# that regularly exceed the limit like INND. |
66 |
# that regularly exceed the limit like INND. |
| 67 |
# |
67 |
# |
| 68 |
options MAXDSIZ="(256*1024*1024)" |
68 |
options MAXDSIZ="(1024*1024*1024)" |
| 69 |
options DFLDSIZ="(256*1024*1024)" |
69 |
options DFLDSIZ="(1024*1024*1024)" |
| 70 |
|
70 |
|
| 71 |
# |
71 |
# |