Skip to content

[FW] 📝 Use Bytes unit instead of Octets (GB instead of Go) #12715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/administration/on_premise/deploy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`:

Expand Down