# Configuration file for robert62
#
# option=arg in this file is overridden by --option=arg on the command-line.
#
# Run `robert62 --help' for a full list of options.
#

# Time between checkpoints, in seconds.
checkpoint=300

# Time between status reports, in seconds.
report=60

# Process priority: idle,low,normal,none, or a number 0 (normal) to 19 (idle).
priority=low

# Sieve block size, in bytes. Should not exceed L2 cache size.
blocksize=128k

# Sieve chunk size, in bytes. Smaller chunks require more communication
# between threads but result in less time wasted when threads must
# synchronise, e.g. for checkpoints and program termination.
chunksize=1k
