diff options
Diffstat (limited to 'benchmarks/forkbomb/pkg-descr')
-rw-r--r-- | benchmarks/forkbomb/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/forkbomb/pkg-descr b/benchmarks/forkbomb/pkg-descr index efac7a99671f..753fddb51091 100644 --- a/benchmarks/forkbomb/pkg-descr +++ b/benchmarks/forkbomb/pkg-descr @@ -1,5 +1,5 @@ forkbomb is tool for stress testing. It can create many processes using fork(), -eats all available memory using realloc() and accesses this memory. It has +allocate memory using realloc() and accesses this memory. It has different switches for fine-tuning operation. While classic fork() bomb is good only for fun, running multiple memory-eaters can be useful for determining maximum memory which can be given to servers (bind or squid) without taking |