Skip to content

Instantly share code, notes, and snippets.

@octalmage
Last active June 22, 2019 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save octalmage/d0a6c7c85338f79f978c64f7e873d0c0 to your computer and use it in GitHub Desktop.
Save octalmage/d0a6c7c85338f79f978c64f7e873d0c0 to your computer and use it in GitHub Desktop.
Sonm Web Server bid.yaml
duration: 0
price: 0.01 USD/h price: 1 USD/h
identity: anonymous
tag: wp
resources:
network:
overlay: true
outbound: true
incoming: true
benchmarks:
# Required RAM size in bytes.
ram-size: 4294967296
# Required storage size in bytes.
storage-size: 21474836480
# Required CPU cores. This only specifies mininum number of CPU threads, not their scheduling.
# To specify amount of computing power use cpu-sysbench-* parameters
cpu-cores: 2
# Minimum computing power of single CPU thread, calculated via sysbench
# (some abstract value, currently it is how many times CPU can calculate first 50000 prime numbers in 10 seconds).
cpu-sysbench-single: 800
# The same as above, but for all threads, can be less than cpu-sysbench-single when you need less than 1 core.
cpu-sysbench-multi: 1000
# Download throughput in bits/s.
net-download: 12000
# Upload throughput in bits/s.
net-upload: 12000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment