hello,
I have a 40-core vCPU system. I would like to apply the 4 unit license below.
For this purpose, the value of ‘minimum_core_count’ was given to 30.
Because 4 unit is 32 core.
Am I taking the right approach?
In another way,
Does the system need to be offline by number of cores?
memsql> SHOW STATUS EXTENDED LIKE "%capacity%";
+--------------------------+---------+
| Variable_name | Value |
+--------------------------+---------+
| License_capacity | 4 units |
| Maximum_cluster_capacity | 4 units |
| Used_cluster_capacity | 6 units |
+--------------------------+---------+
3 rows in set (0.00 sec)
memsql> select @@minimum_core_count;
+----------------------+
| @@minimum_core_count |
+----------------------+
| 4 |
+----------------------+
1 row in set (0.01 sec)
thanks.