Skip to content

Commit 3c70ce2

Browse files
authored
Formatting data RAM considerations
1 parent 83b3647 commit 3c70ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The app.properties file should be a JSON file with the following keys, if any of
159159

160160
## Performance
161161

162-
One of the main key performance bottle necks with respect to query speed is the `block.size` that is set within [app.properties](#app-properties). The larger the block size the faster the querying, but it will require more memory (RAM).
162+
One of the main key performance bottle necks with respect to query speed is the `block.size` that is set within [app.properties](#app-properties). The larger the block size the faster the querying, but it will require more memory (RAM). This additional RAM will also be required when formatting the data into these larger block sizes.
163163

164164
### Issues
165165

0 commit comments

Comments
 (0)