| Summary: | Increase data size to 2GB | ||
|---|---|---|---|
| Product: | Base System | Reporter: | marcelk <marcelk> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 3.2-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
marcelk
1999-07-24 23:10:01 UTC
State Changed From-To: open->closed Pilot error. This is settable in LINT. The location you point to is enclosed in ifndef-endif for that variable name. In LINT: # # Certain applications can grow to be larger than the 128M limit # that FreeBSD initially imposes. Below are some options to # allow that limit to grow to 256MB, and can be increased further # with changing the parameters. MAXDSIZ is the maximum that the # limit can be set to, and the DFLDSIZ is the default value for # the limit. You might want to set the default lower than the # max, and explicitly set the maximum with a shell command for processes # that regularly exceed the limit like INND. # options MAXDSIZ="(256*1024*1024)" options DFLDSIZ="(256*1024*1024)" Hope this helps.[28~ State Changed From-To: feedback->closed |