mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 01:09:49 +00:00
fix: Besu linux docs
This commit is contained in:
parent
cb20471398
commit
612a430c2c
@ -30,7 +30,7 @@ export const DOCUMENTATIONS: Documentation = {
|
||||
"### MacOS with Homebrew\n**Prerequisites**\n- [Homebrew](https://brew.sh/)\n- Java JDK\n\n**CAUTION**\n\nHyperledger Besu supports:\n\n- MacOS High Sierra 10.13 or later versions.\n- Java 17+. You can install Java using `brew install openjdk`. Alternatively, you can manually install the [Java JDK](https://www.oracle.com/java/technologies/downloads/).\n\n**Install (or upgrade) using Homebrew**\n\nTo install Besu using Homebrew:\n```\nbrew tap hyperledger/besu\nbrew install hyperledger/besu/besu\n```\nTo upgrade an existing Besu installation using Homebrew:\n```\nbrew upgrade hyperledger/besu/besu\n```\n**NOTE**\n\nIf you've upgraded your MacOS version between installing and upgrading Besu, when running `brew upgrade hyperledger/besu/besu` you may be prompted to reinstall command line tools with `xcode-select --install`.\n\n**NOTE**\n\nWhen upgrading Besu, you might be prompted to fix the remote branch names in Homebrew by using the command `brew tap --repair`.\n\nTo display the Besu version and confirm installation:\n```\nbesu --version\n```\nTo display Besu command line help:\n```\nbesu --help\n```",
|
||||
[WINDOWS]: '',
|
||||
[LINUX]:
|
||||
'### Linux / Unix\n**Prerequisites**\n- Java JDK 17+\n**LINUX OPEN FILE LIMIT**\nIf synchronizing to Mainnet on Linux or other chains with large data requirements, increase the maximum number of open files allowed using `ulimit`. If the open files limit is not high enough, a `Too many open files RocksDB` exception occurs.\n**TIP**\nWe recommend installing `jemalloc` to reduce memory usage. If using Ubuntu, you can install it with the command: `apt install libjemalloc-dev`.\n**Install from packaged binaries**\nDownload the Besu packaged binaries.\n\nUnpack the downloaded files and change into the `besu-<release>` directory.\n\nDisplay Besu command line help to confirm installation:\n```bash\nbin/besu --help\n```',
|
||||
'### Linux / Unix\n**Prerequisites**\n- [Java JDK 17+](https://www.oracle.com/java/technologies/downloads/)\n\n**LINUX OPEN FILE LIMIT**\n\nIf synchronizing to Mainnet on Linux or other chains with large data requirements, increase the maximum number of open files allowed using `ulimit`. If the open files limit is not high enough, a `Too many open files RocksDB` exception occurs.\n\n**TIP**\n/nWe recommend installing [jemalloc](https://jemalloc.net/) to reduce memory usage. If using Ubuntu, you can install it with the command: `apt install libjemalloc-dev`.\n\n**Install from packaged binaries**\n\nDownload the Besu [packaged binaries](https://github.com/hyperledger/besu/releases).\n\nUnpack the downloaded files and change into the `besu-<release>` directory.\n\nDisplay Besu command line help to confirm installation:\n```\nbin/besu --help\n```',
|
||||
},
|
||||
},
|
||||
Geth: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user