Skip to content

Commit 5dcb8e7

Browse files
committed
[FIX] Use Bytes unit instead of Octets (GB instead of Go)
fixes #12196 closes #12715 X-original-commit: c616635 Signed-off-by: Xavier Platteau (xpl) <[email protected]>
1 parent 1a5cc61 commit 5dcb8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/administration/on_premise/deploy.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Configuration sample
240240
* 60 users / 6 = 10 <- theoretical number of worker needed
241241
* (4 * 2) + 1 = 9 <- theoretical maximal number of worker
242242
* 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 .
243-
* RAM = 9 * ((0.8*150) + (0.2*1024)) ~= 3Go RAM for Odoo
243+
* RAM = 9 * ((0.8*150) + (0.2*1024)) ~= 3GB RAM for Odoo
244244

245245
in :ref:`the configuration file <reference/cmdline/config_file>`:
246246

0 commit comments

Comments
 (0)