You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be better to always use the bytes unit instead of octets.
Especially since a few lines earlier in that same file 150MB and 1GB was mentioned.
So the line mentioned above would read: * RAM = 9 * ((0.8*150) + (0.2*1024)) ~= 3GB RAM for Odoo
https://en.wikipedia.org/wiki/Octet_(computing)
I think today the unit octet (Ko, Mo, Go, etc.) is mostly used in the French language, in English and German (any almost all other languages) we are used to the unit byte (KB, MB, GB, etc.).
The text was updated successfully, but these errors were encountered:
gbv-it
added a commit
to gbv-it/documentation
that referenced
this issue
Feb 26, 2025
The unit "Go" (Gigaoctet) was used at least once instead of the otherwise well known unit "GB" (Gigabyte).
documentation/content/administration/on_premise/deploy.rst
Line 243 in e0c8403
I think it would be better to always use the bytes unit instead of octets.
Especially since a few lines earlier in that same file
150MB
and1GB
was mentioned.So the line mentioned above would read:
* RAM = 9 * ((0.8*150) + (0.2*1024)) ~= 3GB RAM for Odoo
https://en.wikipedia.org/wiki/Octet_(computing)
I think today the unit
octet
(Ko, Mo, Go, etc.) is mostly used in the French language, in English and German (any almost all other languages) we are used to the unitbyte
(KB, MB, GB, etc.).The text was updated successfully, but these errors were encountered: