8000 [FIX] Use Bytes unit instead of Octets (GB instead of Go) · odoo/documentation@5dcb8e7 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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) <xpl@odoo.com>
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

Lines changed: 1 addition & 1 deletion
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)
0