You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@ It includes explanations about the Architecture, how to build and run the compon
24
24
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:
25
25
- 4CPU Cores
26
26
- 32GB RAM
27
-
- 400GB of storage
27
+
- 1TB of storage (PRUNING_ENABLED=false) [default]
28
+
- 400GB of storage (PRUNING_ENABLED=true)
28
29
29
30
Better hardware will improve the performance of the indexer and the node, which will result in faster syncing times.
30
31
@@ -93,4 +94,4 @@ This will start:
93
94
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).
0 commit comments