Fix bug causing Bitcoin to use too little RAM

This commit is contained in:
Taylor Helsper 2021-05-06 22:45:52 -05:00
parent 9377e94c9b
commit a6a8b92ec7

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# TOTAL_RAM_GB - Comes from mynode_config.sh since this is only sourced from mynode_startup TOTAL_RAM_GB=$(free --giga | grep Mem | awk '{print $2}')
# Setup default settings # Setup default settings
if [ ! -f /mnt/hdd/mynode/settings/.btc_lnd_tor_enabled_defaulted ]; then if [ ! -f /mnt/hdd/mynode/settings/.btc_lnd_tor_enabled_defaulted ]; then