From f73bf21e1320ce99d7ad4d34fc338307455a595c Mon Sep 17 00:00:00 2001 From: Philipp Schneider Date: Wed, 26 Feb 2025 17:24:34 +0000 Subject: [PATCH] [FIX] Use Bytes unit instead of Octets (GB instead of Go) fixes #12196 closes odoo/documentation#12718 X-original-commit: c616635014a4c6b006485d6c7f4f9e6c864b5008 Signed-off-by: Xavier Platteau (xpl) --- content/administration/on_premise/deploy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/administration/on_premise/deploy.rst b/content/administration/on_premise/deploy.rst index fa1dd5cbe..3103f957d 100644 --- a/content/administration/on_premise/deploy.rst +++ b/content/administration/on_premise/deploy.rst @@ -240,7 +240,7 @@ Configuration sample * 60 users / 6 = 10 <- theoretical number of worker needed * (4 * 2) + 1 = 9 <- theoretical maximal number of worker * We'll use 8 workers + 1 for cron. We'll also use a monitoring system to measure cpu load, and check if it's between 7 and 7.5 . -* RAM = 9 * ((0.8*150) + (0.2*1024)) ~= 3Go RAM for Odoo +* RAM = 9 * ((0.8*150) + (0.2*1024)) ~= 3GB RAM for Odoo in :ref:`the configuration file `: