Merge pull request #11297 from filecoin-project/fix-update-todo-nv21
chore: config: Update todo in UseSyntheticPoRep
This commit is contained in:
commit
0d240d1c58
@ -666,9 +666,7 @@
|
|||||||
# env var: LOTUS_SEALING_TERMINATEBATCHWAIT
|
# env var: LOTUS_SEALING_TERMINATEBATCHWAIT
|
||||||
#TerminateBatchWait = "5m0s"
|
#TerminateBatchWait = "5m0s"
|
||||||
|
|
||||||
# UseSyntheticPoRep will reduce the amout of data held on disk in the WaitSeed phase to 32GiB
|
# UseSyntheticPoRep, when set to true, will reduce the amount of cache data held on disk after the completion of PreCommit 2 to 11GiB.
|
||||||
# at the cost of having to precompute the synthetic challenges.
|
|
||||||
# TODO: put estimated costs here
|
|
||||||
#
|
#
|
||||||
# type: bool
|
# type: bool
|
||||||
# env var: LOTUS_SEALING_USESYNTHETICPOREP
|
# env var: LOTUS_SEALING_USESYNTHETICPOREP
|
||||||
|
@ -1299,9 +1299,7 @@ Submitting a smaller number of prove commits per epoch would reduce the possibil
|
|||||||
Name: "UseSyntheticPoRep",
|
Name: "UseSyntheticPoRep",
|
||||||
Type: "bool",
|
Type: "bool",
|
||||||
|
|
||||||
Comment: `UseSyntheticPoRep will reduce the amout of data held on disk in the WaitSeed phase to 32GiB
|
Comment: `UseSyntheticPoRep, when set to true, will reduce the amount of cache data held on disk after the completion of PreCommit 2 to 11GiB.`,
|
||||||
at the cost of having to precompute the synthetic challenges.
|
|
||||||
TODO: put estimated costs here`,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"Splitstore": []DocField{
|
"Splitstore": []DocField{
|
||||||
|
@ -430,9 +430,7 @@ type SealingConfig struct {
|
|||||||
|
|
||||||
// todo TargetSectors - stop auto-pleding new sectors after this many sectors are sealed, default CC upgrade for deals sectors if above
|
// todo TargetSectors - stop auto-pleding new sectors after this many sectors are sealed, default CC upgrade for deals sectors if above
|
||||||
|
|
||||||
// UseSyntheticPoRep will reduce the amout of data held on disk in the WaitSeed phase to 32GiB
|
// UseSyntheticPoRep, when set to true, will reduce the amount of cache data held on disk after the completion of PreCommit 2 to 11GiB.
|
||||||
// at the cost of having to precompute the synthetic challenges.
|
|
||||||
// TODO: put estimated costs here
|
|
||||||
UseSyntheticPoRep bool
|
UseSyntheticPoRep bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user