From 050d6a6ff18a019f30c03fc5b41b5d2f8664a274 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Tue, 15 Aug 2023 07:25:30 -0400 Subject: [PATCH] Clarify host cpu core usage (#584) * Clarify usage of cores of the host CPU * Updated phrasing --- docs/licensing.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/licensing.md b/docs/licensing.md index e64b279..1a361ff 100644 --- a/docs/licensing.md +++ b/docs/licensing.md @@ -8,11 +8,11 @@ are licensed under [Fair Source License](https://fair.io/). Usage on personal co but organizations that exceed a certain number of server installations (100 CPU cores for Tart and/or 4 hosts for Orchard) will be required to obtain a paid license. -??? note "Performance and Efficiency Cores" - The virtual CPU cores in Tart VMs do not differentiate between the high-performance and high-efficient cores - of the host CPU. Instead, Tart VMs automatically alternate between these types of cores depending on the workload - being executed within the virtual machines. As a result, both performance and energy-efficient cores of the host CPU - are treated equally in terms of licensing. +??? note "Host CPU Core usage" + The virtual CPU cores of Tart VMs are not tied to specific physical cores of the host CPU. Instead, for optimal performance + Tart VMs will automatically try to balance compute between all available cores of the host CPU. As a result, + all performance and energy-efficient cores of the host CPU are always counted towards the license usage. + # License Tiers