crypto:chia:cli:plot:plot_with_a_ramdisk
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
crypto:chia:cli:plot:plot_with_a_ramdisk [2021/06/22 10:29] – created peter | crypto:chia:cli:plot:plot_with_a_ramdisk [2021/06/23 09:25] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Crypto - Chia - CLI - Plot - Plot with a ramdisk ====== | ====== Crypto - Chia - CLI - Plot - Plot with a ramdisk ====== | ||
+ | |||
+ | Using a Ramdisk can speed up plotting. | ||
<WRAP info> | <WRAP info> | ||
Line 46: | Line 48: | ||
---- | ---- | ||
+ | ===== Create the Chia Plot ===== | ||
+ | |||
+ | Creates a new plot. | ||
+ | |||
+ | <code bash> | ||
+ | chia plots create -k 32 -r 6 -n 1 -t / | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * **-k32**: | ||
+ | * **-r 6**: Specifies six processor cores. | ||
+ | * These cores are used primarily in phase 1 and 2. | ||
+ | * **-n 1**: Creates exactly one plot. | ||
+ | * **-t / | ||
+ | * **-2 / | ||
+ | * Depending on the size of the ramdisk, this optionn might be needed otherwise there could be insufficient memory to write the plot file at the end. | ||
+ | * **-d / | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | ===== References ===== | ||
+ | [[Ubuntu: | ||
crypto/chia/cli/plot/plot_with_a_ramdisk.1624357740.txt.gz · Last modified: 2021/06/22 10:29 by peter