Skip to content

Commit

Permalink
add memory requirements (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
massimocandela committed Aug 24, 2022
1 parent c7ae35a commit 9acc2f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

[![Build Status](https://github.com/nttgin/BGPalerter/workflows/Main/badge.svg)](https://github.com/nttgin/BGPalerter/actions?query=workflow%3AMain)
[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)

Expand Down Expand Up @@ -44,6 +45,7 @@ Read the documentation below for more options.
## Documentation

- [Installation](docs/installation.md)
- [Requirements](docs/installation.md#requirements)
- [Run from binary](docs/installation.md#running-bgpalerter-from-binaries)
- [Run from source code](docs/installation.md#running-bgpalerter-from-the-source-code)
- [Run in Docker](docs/installation.md#running-bgpalerter-in-docker)
Expand Down
3 changes: 3 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Installation

## Requirements
BGPalerter requires a machine with *minimum* 2GB RAM. However, I strongly recommend 4GB.

## Running BGPalerter from binaries - Quick Setup

1. Download the binary [here](https://github.com/nttgin/BGPalerter/releases) (be sure to select the one for your OS)
Expand Down

0 comments on commit 9acc2f0

Please sign in to comment.