Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Food & Hospitality
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Guest House
    • Distributor nápojů
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Trades
    • Údržbář
    • IT hardware a podpora
    • Solar Energy Systems
    • Výrobce obuvi
    • Úklidové služby
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Browse all Industries
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Services for Partners
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

how setup odoo configuration File?

Odebírat

Get notified when there's activity on this post

This question has been flagged
configurationdeployment
4 Odpovědi
30506 Zobrazení
Avatar
Mohamed Fouad (personal)

i'm working in Vps with this details 8 core Cpu and 32g RAM

Intel  Xeon E5-1620v2

4c / 8t ( 3.7GHz )

32GB DDR3 ECC 1333MH

SoftRAID  2x2TB   SATA
I'm connecting to the server with ssl domain 
and I have multiple DB for Testing purposes so I'm don't using db_filter right now 
all examples say that i should set workers = 17 and proxy_mode = True then calculate soft and hard limits 
as below 

[options] 

; This is the password that allows database operations:

admin_passwd = [edited  - did you really post a password]

xmlrpc_port = 8069

logfile = /var/log/odoo/odoo-server.log

;addons_path=/odoo/odoo-server/addons,/odoo/custom/addons

addons_path=/odoo/odoo-server/enterprise/addons,/odoo/custom/addons

xmlrpc_interface = 127.0.0.1

netrpc_interface = 127.0.0.1

limit_time_cpu = 1000000000

limit_time_real = 1000000000

limit_memory_hard = 13690208256 

limit_memory_soft = 11408506880

proxy_mode = True

workers = 17 

this make odoo too slowly 

if I set workers = Zero connection closed and restored continually
 so what is the best way to handel this 

0
Avatar
Zrušit
Avatar
Paresh Wagh
Nejlepší odpověď

Hi Mohamed:

The number of workers is typically calculated based on the number of concurrent users.

The following link provides useful information on this topic.

https://www.odoo.com/forum/help-1/question/how-does-odoo-resource-servers-hosted-on-odoo-sh-ie-what-s-different-between-10-users-and-100-users-168845#answer-168846

EDIT:

Odoo can run in either multithreading or multiprocessing mode. If you set workers = 0, it runs in multithreading mode. If workers > 0, it uses multiprocessing.

There are guidelines but no hard and fast rules for configuring the number of workers. In addition to the number of concurrent users, it also depends on the processing load you want to support and whether you have long running processes being executed.

The workers = 17 number that you had mentioned in your post is based on the guidelines mentioned in their documentation. If you have not seen these, you may want to read through the following portion of the documentation which discusses a lot of the criteria that you have asked about.

https://www.odoo.com/documentation/13.0/setup/deploy.html#builtin-server

Hope this helps.

0
Avatar
Zrušit
Mohamed Fouad (personal)
Autor

as the answer in this question, i should set workers as the number of users who using system at the same Time ?

Paresh Wagh

They are recommending 1 worker for every 25 backend users. So, if you have 20 employees, 1 worker should be more than enough.

Mohamed Fouad (personal)
Autor

thanks dear, about your answers , but what about if workers =0, what that may cause, then what about mathematical calculation of workers based on cpu cores is that mean that the maximum workers I can run ?

also why large number of workers make it slowly what is main role , Thanks in advance

Paresh Wagh

I have edited my earlier post and added more context based on your questions.

Mohamed Fouad (personal)
Autor

dear @paresh i'm trying now with 2 cpu and 4g ram server , and i'm only user and it's too slowly and cut continuously I set workers = 2 nothing changes also when it =0 still slowly

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
How to resolved Allowed Host issue
configuration deployment
Avatar
0
zář 24
2027
How do i clear testing entries in all forms in openerp 7 before final deployment?
configuration test deployment
Avatar
Avatar
Avatar
2
bře 15
6979
How to install odoo 8?
configuration deployment odoo
Avatar
Avatar
1
bře 15
6798
l10n_co- Regla: ZB01, Rechazo: Fallo en el esquema XML del archivo
configuration
Avatar
Avatar
1
lis 25
51
Erreur de validation Le point de terminaison Peppol n'est pas valide. Le format attendu est : 0239843188
configuration
Avatar
Avatar
Avatar
Avatar
Avatar
7
lis 25
582
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now