Skip to content

Commit

Permalink
Added System Requirements and update Doxyfile steemit#627
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vandeberg committed Mar 7, 2017
1 parent 080062e commit a432a50
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places.
# The default value is: My Project.

PROJECT_NAME = "Graphene"
PROJECT_NAME = "Steem"

# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
Expand Down
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ algorithm.

- Currency symbol STEEM
- 1.000 STEEM block reward at launch
- Approximately 100% APR long term inflation rate
- 10% APR inflation narrowing to 1% APR over 20 years.

# Public Announcement & Discussion

Expand Down Expand Up @@ -84,3 +84,18 @@ compile-time options, and specific commands for Linux (Ubuntu LTS) or macOS X.

See [doc/testing.md](doc/testing.md) for test build targets and info
on how to use lcov to check code test coverage.

# System Requirements

Minimum 8 GB RAM (16 GB Recommended).
32 GB disk for full node or 12 GB for a consensus node. SSD is preferred.
Any CPU with decent single core performance.

On Linux use the following Virtual Memory configuration for the initial sync and subsequent replays. It is not needed for normal operation.

```
echo 75 | sudo tee /proc/sys/vm/dirty_background_ratio
echo 1000 | sudo tee /proc/sys/vm/dirty_expire_centisec
echo 80 | sudo tee /proc/sys/vm/dirty_ratio
echo 30000 | sudo tee /proc/sys/vm/dirty_writeback_centisec
```

0 comments on commit a432a50

Please sign in to comment.