Skip to content

Commit 4b9c289

Browse files
committed
Adjust node available memory
1 parent 1089489 commit 4b9c289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cluster-checker/checker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const nodeResources = {
77
'nvidia.com/gpu': 8,
88
'nvidia.com/roce_gdr': 2,
99
cpu: 80,
10-
memory: '800G'
10+
memory: '1100Gi'
1111
}
1212

1313
class Client {

0 commit comments

Comments
 (0)