fixes, new features like initial debbugs
[distro-setup] / filesystem / etc / systemd / system / bitcoind.service
index 5d3206d2eefe1da13fa3ce0832ec3b3f45d77231..1a754e9b1745bfd564dd8a25baa46ead50ebb87d 100644 (file)
@@ -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 \