Changeset 2521 for zzuf/trunk/doc/zzuf.1
- Timestamp:
- Jul 15, 2008, 10:15:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/doc/zzuf.1
r2353 r2521 160 160 Specify the maximum amount of memory, in mebibytes (1 MiB = 1,048,576 bytes), 161 161 that children are allowed to allocate. This is useful to detect infinite loops 162 that eat up a lot of memory. The value should be set reasonably high so as not 163 to interfer with normal program operation. 162 that eat up a lot of memory. 163 164 The value should be set reasonably high so as not to interfer with normal 165 program operation. By default, it is set to 1024 MiB in order to avoid 166 accidental excessive swapping. To disable the limitation, set the maximum 167 memory usage to -1 instead. 164 168 165 169 \fBzzuf\fR uses the \fBsetrlimit\fR() call to set memory usage limitations and
Note: See TracChangeset
for help on using the changeset viewer.