-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
@@ -155,6 +155,7 @@ Footprint Options: | |||
--cache MEGABYTES Set total amount of discretionary memory to use for | |||
the entire system, overrides other cache and queue | |||
options. | |||
--db-cache-size MEGABYTE Database cache size. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps this should be a single --cache options with 20% going to blockchain cache and 80% to db cache, actual ratio needs research though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ratio could also be configurable in that case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably later if ratio is not known
database cache was never included in this parameter while being the rocksdb default
for some reason travis does not run |
Seems to be in the queue: https://travis-ci.org/ethcore/parity/builds/138874746 |
No description provided.