Performance Tuning
Tune VIESUS throughput for CPU and GPU deployments — thread counts, configuration impact, image sizing, and benchmarking methodology.
The three variables that matter most
CPU: Instances count
CLI
# Split image list into 16 parts, run all in parallel
split -n l/16 images.lst /tmp/batch_
for f in /tmp/batch_*; do
viesus -g "$GUID" -l "$f" -s -p config.json &
done
waitNode.js module
GPU: one worker per GPU
Configuration impact on throughput
Feature
CPU cost
GPU required
Notes
Quality vs. speed
Hardware recommendations
Use case
Recommended hardware
Why
Memory sizing
Configuration
RAM per worker
Benchmarking methodology
Reference benchmarks
Last updated
Was this helpful?
