Ignore:
Timestamp:
Jul 15, 2008, 10:15:35 PM (15 years ago)
Author:
Sam Hocevar
Message:
  • Set a default maximum memory usage value to avoid excessive swapping.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/src/zzuf.c

    r2461 r2521  
    12081208    printf("  -m, --md5                 compute the output's MD5 hash\n");
    12091209#if defined HAVE_SETRLIMIT && defined ZZUF_RLIMIT_MEM
    1210     printf("  -M, --max-memory <n>      maximum child virtual memory size in MB\n");
     1210    printf("  -M, --max-memory <n>      maximum child virtual memory in MiB (default %u)\n", DEFAULT_MEM);
    12111211#endif
    12121212    printf("  -n, --network             fuzz network input\n");
Note: See TracChangeset for help on using the changeset viewer.