Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Niccolo Raspa committed Jul 14, 2023
1 parent 851ae46 commit 574a021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Follow the on-screen instructions to complete the installation. The installer wi
> 💡 Optional Flags:
> You can use some flag to specify the choices. For example, if you want to install the node, you can use the `--install node` flag. If you want to install the client, you can use the `--install client` flag.
## Further Optimizations
### Further Optimizations

### Adding Swap
#### Adding Swap

Adding Swap Space
For optimal performance, it is recommended to have at least 64GB of RAM when running an Osmosis node. If your system does not meet this requirement, setting up swap space can help ensure smooth operation and prevent out-of-memory (OOM) errors.
Expand Down Expand Up @@ -71,7 +71,7 @@ Replace <swap_size> with the size of the additional swap space you calculated. F
sudo swapon --show
```

### Increasing Open File Limits
#### Increasing Open File Limits

In Linux, the number of files limit affects the maximum number of connections a node can have,
By default, the operating system imposes limits on the number of files a process can open simultaneously to prevent resource exhaustion.
Expand Down

0 comments on commit 574a021

Please sign in to comment.