crypto:chia:speeding_up
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crypto:chia:speeding_up [2021/06/23 09:47] – [Plotting] peter | crypto:chia:speeding_up [2021/06/23 09:59] (current) – [Plotting] peter | ||
---|---|---|---|
Line 8: | Line 8: | ||
* Stagger multiple plotting instances to start 30 minutes or more apart. | * Stagger multiple plotting instances to start 30 minutes or more apart. | ||
+ | |||
+ | More RAM will __marginally__ increase speed of plot creation. | ||
---- | ---- | ||
Line 13: | Line 15: | ||
===== Plotting ===== | ===== Plotting ===== | ||
- | These tend to take the most time during | + | There are 4 major phases |
- | * Phase 1 (Forward Propagation) | + | |
- | * Phase 3 (Compression) | + | * Takes a long time. |
+ | * Use the **-r** flag to specify the number of threads. | ||
+ | * Above 4 threads there are diminishing returns. | ||
+ | * **Phase 2 (Back Propagation)**: | ||
+ | * **Phase 3 (Compression)**: No multi-threading. | ||
+ | * Takes a long time. | ||
+ | * **Phase 4 (Checkpoints)**: | ||
+ | * Completes the plot file and moves it to the final destination. | ||
<WRAP info> | <WRAP info> | ||
- | **NOTE: | + | **NOTE: |
- | <code bash> | + | * **-t** and **-2** should be on your fastest drives. |
- | chia plots create | + | * **-d** can be on a slow drive. |
- | </ | + | * **-r** should have a value greater than 2. |
- | + | ||
- | or | + | |
<code bash> | <code bash> | ||
- | chia plots create -t {plotting-folder} -2 {temp_dir_2} -d {final-folder} | + | chia plots create |
</ | </ | ||
Line 34: | Line 41: | ||
- | There are 4 major phases to plotting. | ||
- | |||
- | * **Phase 1 (Forward Propagation)**: | ||
- | * Above 4 threads there are diminishing returns. | ||
- | * Phase 2 (Back Propagation)**: | ||
- | * **Phase 3 (Compression)**: | ||
- | * Phase 4 (Checkpoints): | ||
- | |||
- | You can better optimize your plotting by using the -r flag in your command and setting it to greater than 2, e.g,. -r 2. | ||
crypto/chia/speeding_up.1624441622.txt.gz · Last modified: 2021/06/23 09:47 by peter