. ./activatepip install –force-reinstall git+https://github.com/ericaltendorf/plotman@mainplotman statusplotman config generatedirectories:
# normally NVMe SSD or SAS
tmp:
- /data/s970evop_1
- /data/mp510_1
# only worthwhile if NVMe or SATA SSD
tmp2: /data/crp1_1/tmp
# normally spinning rust
dst:
- /data/wdredp_1
scheduling: tmpdir_stagger_phase_major: 2 tmpdir_stagger_phase_minor: 1 tmpdir_stagger_phase_limit: 2 # no more than 2 jobs per drive for above phase thresholds tmpdir_max_jobs: 3 global_max_jobs: 6
plotting: pool_contract_address: xch..............
chia plotnft showplotting: type: chia chia: k: 32 # k-size of plot, leave at 32 most of the time e: False # Use -e plotting option n_threads: 4 # Threads per job: Can overcommit providing no more than 4 jobs allowed in phase 1 n_buckets: 128 # Number of buckets to split data into job_buffer: 5120 # Per job memory: Increase above default 3390 if RAM to spare for marginal improvement
archiving:
target: rsync_rsync_throttle
env:
site_root: /nfs/chia
target_definitions:
rsync_rsync_throttle:
env:
command: rsync
# adjust bandwidth limit in bytes/second to avoid overloading device hosting archive drives
options: --bwlimit=35000 --preallocate --remove-source-files --skip-compress plot --whole-file
site_root: null
disk_space_script: |
#!/bin/bash
set -evx
df -BK | grep " ${site_root}/" | awk '{ gsub(/K$/,"",$4); printf "%s:%.0f\n", $6, $4*1024 }'
transfer_script: |
#!/bin/bash
set -evx
"${command}" ${options} "${source}" "${destination}"
transfer_process_name: "{command}"
transfer_process_argument_prefix: "{site_root}"
plotman statusplotman interactiveplotman analyzeplotman analyze ~/.chia/mainnet/log/*2021-08-09*+-------+----+-------------+---------------+--------------+---------------+---------------+--------------+ | Slice | n | %usort | phase 1 | phase 2 | phase 3 | phase 4 | total time | +=======+====+=============+===============+==============+===============+===============+==============+ | x | 18 | μ=100.0 σ=0 | μ=12.6K σ=659 | μ=5.4K σ=307 | μ=11.6K σ=817 | μ=854.6 σ=132 | μ=30.5K σ=1K | +-------+----+-------------+---------------+--------------+---------------+---------------+--------------+