faucet-master: lower SWAP size to 1GB

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-05-24 21:02:52 +02:00
parent 44d46a30e1
commit 15a66f2dd3
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -1,6 +1,6 @@
---
# add a swap file to avoid memory issues when syncing
swap_file_size_mb: 2048
swap_file_size_mb: 1024
# WARNING: this needs to be set
faucet_network: '{{ faucet_network | mandatory }}'