X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=filesystem%2Fetc%2Fsystemd%2Fsystem%2Fbitcoind.service;h=1a754e9b1745bfd564dd8a25baa46ead50ebb87d;hb=9a0f77b0495e6f2643d5646c54b4c99cf3118c67;hp=5d3206d2eefe1da13fa3ce0832ec3b3f45d77231;hpb=3f6c5b1f2c72614ee8cb4d0e4325e7beddda9c04;p=distro-setup diff --git a/filesystem/etc/systemd/system/bitcoind.service b/filesystem/etc/systemd/system/bitcoind.service index 5d3206d..1a754e9 100644 --- a/filesystem/etc/systemd/system/bitcoind.service +++ b/filesystem/etc/systemd/system/bitcoind.service @@ -22,9 +22,9 @@ Wants=network-online.target [Service] # iank: on a laptop, when it is doing its catchup, it tends to jump -# between 100% and 180% cpu and makes the fan spin annoyingly. Randomly -# trying out 50% to see if it will make the fan quieter. -CPUQuota=50% +# between 100% and 180% cpu and makes the fan spin annoyingly. +# 50% still had annoying fan spin. trying out 20% +CPUQuota=20% ExecStart=/usr/bin/bitcoind -daemonwait \ -pid=/run/bitcoind/bitcoind.pid \ -conf=/etc/bitcoin/bitcoin.conf \