Skip to content

Commit 170fcc2

Browse files
committed
[FIX] Use Bytes unit instead of Octets (GB instead of Go)
fixes odoo#12196
1 parent e0c8403 commit 170fcc2

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)