Table of Contents
< All Topics
Print

[SCP] 610 version Resource Pool CPU memory resource calculation method

Problem Description

Version 610 of SCP manages the aCloud Cluster. However, the total amount of CPU memory resources displayed in the resource pool does not match the actual CPU memory resources of the Cluster.
The two physical machines have 24 cores each, but SCP shows 60 cores. The two machines have a total memory of 192 GB, but SCP shows 128 GB.


Root cause

Consult R&D to confirm the total CPU and memory resource calculation method for the new version of the total resource volume as follows:
Total memory:
The memory of each Node, minus 32G, and then multiplied by the over-provisioning ratio, now the over-provisioning ratio is 1.0
The total memory resources of this Cluster is (96-32)x1x2=128G

Total CPU:
The number of cores per Node, minus 12, then multiplied by the over-provisioning ratio, the over-provisioning ratio is now 2.5
The total CPU resources of all Cluster is (24-12)x2.5×2=60 cores

solution

If you need to exceed the automatically calculated resource limits, you can edit Quota limits to unlimited.

Original Link

https://support.sangfor.com.cn/cases/list?product_id=36&type=1&category_id=19477&isOpen=true