openethereum/ethcore
David 20248c443b
Use fewer threads for snapshotting (#10752)
* Use fewer threads for snapshotting

When taking a snapshot the current default number of threads is equal to half the number of **logical** CPUs in the system. On HT enabled CPUs this value seems a bit high, e.g. 6 snapshotting threads on a 6/12 core/hyperthread CPU. Maybe a better default value is half the number of physical cores?

* fix test
2019-06-17 11:12:48 +02:00
..
benches Fix deprectation warnings on nightly (#10746) 2019-06-14 18:48:35 +02:00
blockchain Fix deprectation warnings on nightly (#10746) 2019-06-14 18:48:35 +02:00
call-contract Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
db Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
evm Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
light Die error_chain, die (#10747) 2019-06-17 08:44:59 +02:00
node-filter Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
private-tx Die error_chain, die (#10747) 2019-06-17 08:44:59 +02:00
res ethcore: enable ECIP-1054 for classic (#10731) 2019-06-11 19:55:05 +02:00
service Die error_chain, die (#10747) 2019-06-17 08:44:59 +02:00
src Use fewer threads for snapshotting (#10752) 2019-06-17 11:12:48 +02:00
sync Die error_chain, die (#10747) 2019-06-17 08:44:59 +02:00
types Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
vm Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
wasm Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
Cargo.toml Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00