Quando esta máquina tiver 504 GB de RAM, precisará de 1008 GB de espaço livre para o arquivo de referência e muitas muitas horas (talvez dias) para o processo de benchmarking ser concluído.
/opt/
não tem espaço em disco suficiente, portanto, é necessário limitar o tamanho da pilha e o tamanho do arquivo a algo como isto:
# use only 16G of ram and 32G benchsize.
bonnie++ -d /opt/ -r 16G -s 32G -n 1 -f -b -u root
Apenas no caso de eu ter errado e você tem 504 MB de RAM (você não precisaria da opção -r
)
bonnie++ -d /opt/ -s 1G -n 1 -f -b -u root
Nas man pages - verifique as partes negrito .
-s the size of the file(s) for IO performance measures in megabytes. (..) The chunk-size is measured in bytes and must be a power of two from 256 to 1048576, the default is 8192. NB You can specify the size in giga-bytes or the chunk-size in kilo-bytes if you add g or k to the end of the number respectively. If the specified size is 0 then this test will be skipped.