[FIX] Use Bytes unit instead of Octets (GB instead of Go)

fixes #12196

closes odoo/documentation#12718

X-original-commit: c616635014
Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
This commit is contained in:
Philipp Schneider
2025-02-26 17:24:34 +00:00
parent f49388d3c8
commit f73bf21e13

View File

@@ -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 <reference/cmdline/config_file>`: