Initial Plot Seek Speed on Large Farms #11018
antonmakarenko
started this conversation in
Ideas
Replies: 1 comment
-
A related discussion requesting recursive seek of plot directories: #10592 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given: a 1.5PiB farm with 15000+ plots scattered around ~100 disks. Each disk is mounted in a directory and the directory is configured in
config.yaml
.Config settings look like so:
It takes a long time to start up such a farm. When observing
debug.log
, one may conclude that there is just a single thread of collecting plot files.Would it be possible to spawn multiple threads in this case? What if we add a new parameter in the
plots_refresh_parameter
section, something like:And for each of the defined directories, spawn a new plot seek thread, limiting number of threads to be run at a time to the specified number? Wouldn't it theoretically increase initialization time 4x?
Beta Was this translation helpful? Give feedback.
All reactions