i am using this repor locally
https://github.com/janoside/btc-rpc-explorerand after many rpc requests I got the following heap problem
btc-rpc-explorer | <--- JS stacktrace --->
btc-rpc-explorer |
btc-rpc-explorer | FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
btc-rpc-explorer | ----- Native stack trace -----
this is my setup:
BTCEXP_HOST=192.168.1.222
BTCEXP_PORT=3002
BTCEXP_ADDRESS_API=electrum
BTCEXP_ELECTRUM_SERVERS=tcp://192.168.1.223:50001
BTCEXP_ELECTRUM_TXINDEX=false
BTCEXP_BITCOIND_URI: $BTCEXP_BITCOIND_URI
BTCEXP_BITCOIND_USER: $BTCEXP_BITCOIND_USER
BTCEXP_BITCOIND_PASS: $BTCEXP_BITCOIND_PASS
BTCEXP_BITCOIND_RPC_TIMEOUT: $BTCEXP_BITCOIND_RPC_TIMEOUT
BTCEXP_SECURE_SITE=false
BTCEXP_COIN=BTC
BTCEXP_RPC_CONCURRENCY: 16
BTCEXP_SLOW_DEVICE_MODE=false
BTCEXP_NO_RATES=true
BTCEXP_RPC_ALLOWALL=true
BTCEXP_UI_TIMEZONE=local
BTCEXP_UI_THEME=dark
BTCEXP_OLD_SPACE_MAX_SIZE=8192
BTCEXP_NO_INMEMORY_RPC_CACHE: true