Skip to content

Commit 188c152

Browse files
authored
Update README.md (#234)
expanded on system requirements (storage)
1 parent ccd7ded commit 188c152

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ It includes explanations about the Architecture, how to build and run the compon
2424
Since [Yaci-Store](https://github.com/bloxbean/yaci-store) is a comparatively lightweight indexer, the system requirements are lower than for other chain indexers. The following are the recommended system requirements for running this component:
2525
- 4CPU Cores
2626
- 32GB RAM
27-
- 400GB of storage
27+
- 1TB of storage (PRUNING_ENABLED=false) [default]
28+
- 400GB of storage (PRUNING_ENABLED=true)
2829

2930
Better hardware will improve the performance of the indexer and the node, which will result in faster syncing times.
3031

@@ -93,4 +94,4 @@ This will start:
9394
Adjustments can be made by changing `.env.docker-compose` file. For more information on the environment variables, please refer to the [Wiki](https://github.com/cardano-foundation/cardano-rosetta-java/wiki/5.-Environment-Variables).
9495

9596
---
96-
Thanks for visiting us and enjoy :heart:!
97+
Thanks for visiting us and enjoy :heart:!

0 commit comments

Comments
 (0)