This commit is contained in:
2025-02-07 11:11:43 +03:00
parent e04dc42d2b
commit cbce7f434f
18 changed files with 144 additions and 47 deletions

View File

@@ -732,6 +732,9 @@ type InfoCompute struct {
// Pinned
Pinned bool `json:"pinned"`
// PreferredCPU
PreferredCPU []int64 `json:"preferredCpu"`
// Number of RAM
RAM uint64 `json:"ram"`
@@ -981,6 +984,9 @@ type RecordCompute struct {
// Pinned
Pinned bool `json:"pinned"`
// PreferredCPU
PreferredCPU []int64 `json:"preferredCpu"`
// Number of RAM
RAM uint64 `json:"ram"`