diff options
| author | Luke Hoersten <[email protected]> | 2025-08-03 12:51:13 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2025-08-03 12:51:13 -0500 |
| commit | 4f6c1ba4204462daf76cbd514180fef58bc6f200 (patch) | |
| tree | 0c87b04f7f891d7db47e1bb1530b172ae27850d0 /bitcoind/tasks | |
| parent | bda90a6ee41963ae5b8e84878bcba8cab4d83a69 (diff) | |
Lots of performance updates and added some flags for reindexing etc. Also added zram comporession.
Diffstat (limited to 'bitcoind/tasks')
| -rw-r--r-- | bitcoind/tasks/main.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bitcoind/tasks/main.yaml b/bitcoind/tasks/main.yaml index d512d98..18adc09 100644 --- a/bitcoind/tasks/main.yaml +++ b/bitcoind/tasks/main.yaml @@ -12,6 +12,10 @@ dest: "/tmp" creates: "/tmp/bitcoin-{{bitcoind_version}}/" +- name: apt install zram-tools to compress memory + become: yes + apt: name="zram-tools" state="latest" + - name: install bitcoind become: yes copy: |
