Skip to content

Commit cabcf84

Browse files
committed
allow multiple supraseal pipelines
1 parent e7bf44c commit cabcf84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/sealsupra/task_supraseal.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,8 @@ func (s *SupraSeal) TypeDetails() harmonytask.TaskTypeDetails {
398398
Name: fmt.Sprintf("Batch%d-%s", s.sectors, ssizeToName[must.One(s.spt.SectorSize())]),
399399
Cost: resources.Resources{
400400
Cpu: 1,
401-
Gpu: 1,
402-
Ram: 1 << 20,
401+
Gpu: 0,
402+
Ram: 16 << 30,
403403
},
404404
MaxFailures: 4,
405405
IAmBored: passcall.Every(30*time.Second, s.schedule),

0 commit comments

Comments
 (0)