Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrowthe committed Apr 26, 2023
1 parent d1d4b35 commit 169cba5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions storage/sealer/storiface/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ var ResourceTable = map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources
MinMemory: 8 << 30,

MaxParallelism: 1,
MaxParallelismGPU: 6,
GPUUtilization: 1.0,

BaseMinMemory: 1 << 30,
},
Expand All @@ -351,6 +353,8 @@ var ResourceTable = map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources
MinMemory: 4 << 30,

MaxParallelism: 1,
MaxParallelismGPU: 6,
GPUUtilization: 1.0,

BaseMinMemory: 1 << 30,
},
Expand All @@ -359,6 +363,7 @@ var ResourceTable = map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources
MinMemory: 1 << 30,

MaxParallelism: 1,
GPUUtilization: 1.0,

BaseMinMemory: 1 << 30,
},
Expand All @@ -367,6 +372,7 @@ var ResourceTable = map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources
MinMemory: 2 << 10,

MaxParallelism: 1,
GPUUtilization: 1.0,

BaseMinMemory: 2 << 10,
},
Expand All @@ -375,6 +381,7 @@ var ResourceTable = map[sealtasks.TaskType]map[abi.RegisteredSealProof]Resources
MinMemory: 8 << 20,

MaxParallelism: 1,
GPUUtilization: 1.0,

BaseMinMemory: 8 << 20,
},
Expand Down

0 comments on commit 169cba5

Please sign in to comment.