Skip to content

Commit dd93238

Browse files
authored
Update Resource table (#199)
1 parent b480dfa commit dd93238

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

documentation/en/design/harmony-tasks.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The DropPiece tasks are responsible for removing a piece from `Piece Park` and e
8686

8787
SnapDeal sealing tasks are a special type of sealing tasks which allows a storage provider to takes already committed sealed sectors and place deal data into them. The UpdateEncode task encodes the incoming unsealed data (deal data), into an existing sealed sector. Once the encoding is complete, vanilla proofs are generated and verified to check and confirm that the data has been encoded correctly in the sealed sector file.
8888

89-
### UpdateProve <a href="#prove-replica-update-2" id="prove-replica-update-2"></a>
89+
### UpdateProve&#x20;
9090

9191
In the UpdateProve phase, the output from the UpdateEncode task gets compressed into a smaller proof using zk-SNARKs. The zk-SNARK generated after the UpdateProve can verify that the new data is encoded in the new sealed sector, and is small enough to be suitable for a blockchain. The generation of the zk-SNARK can be done by the CPU or accelerated by using a GPU.
9292

@@ -96,19 +96,19 @@ By default, the number of tasks allowed for each type are not limited on any Cur
9696

9797
| Task Name | CPU | RAM(GiB) | GPU | Retry |
9898
| --------------- | --- | -------- | --- | ----- |
99-
| SDR | 4 | 54 | 0 | 2 |
100-
| SDRTrees | 1 | 8 | 1 | 3 |
99+
| SDR | 4 | 64 | 0 | 2 |
100+
| SDRTreeD | 1 | 1 | 0 | 3 |
101+
| SDRTreeRC | 1 | 8 | 1 | 3 |
102+
| SyntheticProofs | 1 | 8 | 0 | 5 |
101103
| PreCommitSubmit | 0 | 1 | 0 | 16 |
102104
| PoRep | 1 | 50 | 1 | 5 |
103105
| Finalize | 1 | 0.1 | 0 | 10 |
104106
| MoveStorage | 1 | 0.128 | 0 | 10 |
105107
| CommitSubmit | 0 | 0.001 | 0 | 16 |
106108
| WdPostSubmit | 0 | 0.010 | 0 | 10 |
107109
| WdPostRecover | 1 | 0.128 | 0 | 10 |
108-
| WdPost | 1 | TBD | TBD | 3 |
109-
| WinPost | 1 | TBD | TBD | 3 |
110+
| WdPost | 1 | 32 | 1 | 3 |
111+
| WinPost | 1 | 1 | 1 | 3 |
110112
| SendMessage | 0 | 0.001 | 0 | 1000 |
111113
| UpdateEncode | 1 | 1 | 1 | 3 |
112-
| UpdateProve | 1 | 50 | 1 | 3 |
113-
114-
\
114+
| UpdateProve | 1 | 50 | 1 | 3 |

0 commit comments

Comments
 (0)