Merge remote-tracking branch 'origin/master' into devel

This commit is contained in:
Mamy André-Ratsimbazafy 2020-09-21 09:34:51 +02:00
commit c1413899f5
No known key found for this signature in database
GPG Key ID: 7B88AD1FE79492E1
4 changed files with 6 additions and 8 deletions

View File

@ -2,7 +2,7 @@
name: Security-assessment-issue name: Security-assessment-issue
about: File a Nimbus Security Assessment issue about: File a Nimbus Security Assessment issue
title: "[SEC]" title: "[SEC]"
labels: nbc-audit-2020-0 :passport_control:, status:reported labels: nbc-audit-2020-2 :passport_control:, status:reported
assignees: '' assignees: ''
--- ---

View File

@ -0,0 +1 @@
# Troubleshooting Medalla

View File

@ -60,5 +60,3 @@ make NODE_PARAMS="--nat:\"extip:35.124.65.104\"" medalla
### Resource leaks ### Resource leaks
If you're experiencing RAM related resource leaks, try restarting your client (**we recommend restarting every 6 hours** until we get to the bottom of this issue). If you have a [local Grafana setup](https://github.com/status-im/nim-beacon-chain#getting-metrics-from-a-local-testnet-client), you can try monitoring the severity of these leaks and playing around with the restart interval. If you're experiencing RAM related resource leaks, try restarting your client (**we recommend restarting every 6 hours** until we get to the bottom of this issue). If you have a [local Grafana setup](https://github.com/status-im/nim-beacon-chain#getting-metrics-from-a-local-testnet-client), you can try monitoring the severity of these leaks and playing around with the restart interval.

View File

@ -207,4 +207,3 @@ If you are comfortable reading [Makefiles](https://en.wikipedia.org/wiki/Makefil
Some of the provided options (such as `--network=medalla`) are essential while others (such as the ones controlling logging, metrics, ports, and the RPC service) are there for convenience. Some of the provided options (such as `--network=medalla`) are essential while others (such as the ones controlling logging, metrics, ports, and the RPC service) are there for convenience.
The Goerli testnet parameters (`$(GOERLI_TESTNETS_PARAMS`), are defined higher up in the Makefile, [here](https://github.com/status-im/nim-beacon-chain/blob/devel/Makefile#L158-L165). The Goerli testnet parameters (`$(GOERLI_TESTNETS_PARAMS`), are defined higher up in the Makefile, [here](https://github.com/status-im/nim-beacon-chain/blob/devel/Makefile#L158-L165).