Fix bug causing Bitcoin to use too little RAM
This commit is contained in:
parent
9377e94c9b
commit
a6a8b92ec7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user