Skip to content

Commit

Permalink
[CHORE] Update Memory Usage requirement (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiesBlade authored May 27, 2024
1 parent 5f1aad1 commit 5905db3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ There is an all-inclusive docker-compose file available for development [docker-
## Minimum Hardware Requirements to run
- 1GB of RAM
- 1GB of storage
- 4 vCPUs
- 4 vCPUs+

In production, we have observed memory usage increase to 4GB+. The memory footprint will be dependent on the number of app stakes/chains staked and total traffic throughput.

## Creating a DB Migration
Migrations are like version control for your database, allowing your team to define and share the application's database schema definition.
Expand Down Expand Up @@ -110,4 +112,4 @@ Queries are added inside [queries.sql](internal%2Fdb_query%2Fqueries.sql) and th
- **gateway_server:** HTTP Server for serving requests
- **internal:** Shared internal folder for all binaries
- **pkg:** Distributable dependencies
- **docs:** Project documentation and specifications
- **docs:** Project documentation and specifications

0 comments on commit 5905db3

Please sign in to comment.