Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

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

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

Odoo 8.0 takes long time to perform all operations

Naroči se

Get notified when there's activity on this post

This question has been flagged
configurationnginxoptimizationodooV8docker
1 Odgovori
4477 Prikazi
Avatar
khalil

I have Odoo 8.0 installed using Docker and nginx, my problem is that all operations take a crazy time to be performed.

here is my configs:

server's specs

* CPU cors = 8

* RAM= 32GB

----------------------

odoo.conf​​​​​

[options] 
; This is the password that allows database operations: 
admin_passwd = **** 
db_host = db 
db_port = 5432 
db_user = pg 
db_password =****
db_template = template1 
db_maxconn = 90000 
mangento_databases = mangento 
;openpgpwd 
addons_path = /opt/odoo/sources/odoo/addons,/opt/odoo/sources/odoo/addons1_2beta/addons_std/,/opt/odoo/sources/odoo/addons1_2beta/addons_pro/,/opt/odoo/sources/odoo/addons1_2beta/addons_ent/,/opt/odoo/sources/odoo/addons1_2beta/ad$ 
; xmlrpc_port = 9090 
data_dir = /opt/odoo/data 
proxy_mode = True 
max_cron_threads = 1 
logfile = /opt/odoo/etc/odoo.log 
;log_db = True 
; 
timezone = False 
translate_modules = ['all'] 
unaccent = False 
without_demo = False 
workers = 11 
xmlrpc = True 
xmlrpc_interface = 
test_file = False 
test_report_directory = False 
; 
longpolling_port = 8072 
osv_memory_age_limit = 1.0 
osv_memory_count_limit = False 
; 
limit_memory_hard = 8858370048 
limit_memory_soft = 7381975040 
limit_request = 8192 
limit_time_cpu = 4069 
limit_time_real = 4069 
;max_cron_threads = 6 
; 
list_db = True 
log_db = False 
log_db_level = warning 
log_handler = :INFO 
log_level = error 
logrotate = True
 --------------------------------------------------------

postgres.conf

​x_connections = 11700 
shared_buffers = 2GB 
effective_cache_size = 6GB 
maintenance_work_mem = 512MB 
checkpoint_completion_target = 0.7 
wal_buffers = 16MB 
default_statistics_target = 100 
random_page_cost = 4 
effective_io_concurrency = 200 
work_mem = 233kB 
min_wal_size = 1GB 
max_wal_size = 2GB 
max_worker_processes = 2
------------------------------------------​

nginx.conf

user www-data; 
worker_processes auto; 
pid /run/nginx.pid; 

events { 
       worker_connections 768; 
} 
http { 
       sendfile on; 
       tcp_nopush on; 
       tcp_nodelay on; 
       keepalive_timeout 65; 
       types_hash_max_size 2048; 


       include /etc/nginx/mime.types; 
       default_type application/octet-stream; 
       ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE 
       ssl_prefer_server_ciphers on; 
       access_log /var/log/nginx/access.log; 
       error_log /var/log/nginx/error.log; 
       gzip on; 
       gzip_disable "msie6";  
       include /etc/nginx/conf.d/*.conf; 
       include /etc/nginx/sites-enabled/*; 
} 

I don't know how to optimize the system, any help with some explanation please!
0
Avatar
Opusti
Avatar
Hilar Andikkadavath
Best Answer

I think Your setup for long-polling and workers need to be updated in Nginx.Here I can share with you the docs for setting long-polling and workers properly.


Worker number calculation

  • Rule of thumb : (#CPU * 2) + 1
  • Cron workers need CPU
  • 1 worker ~= 6 concurrent users

memory size calculation

  • We consider 20% of the requests are heavy requests, while 80% are simpler ones
  • A heavy worker, when all computed field is well designed, SQL requests are well designed, … is estimated to consume around 1Go of RAM
  • A lighter worker, in the same scenario, is estimated to consume around 150MB of RAM

Needed RAM = #worker * ( (light_worker_ratio * light_worker_ram_estimation) + (heavy_worker_ratio * heavy_worker_ram_estimation) )



https://www.odoo.com/documentation/13.0/setup/deploy.html

https://odoo-development.readthedocs.io/en/latest/admin/longpolling.html

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

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

Prijavi
Related Posts Odgovori Prikazi Aktivnost
Why default Nginx config is in conf.d/ folder and not in sites-available/ folder ?
configuration nginx
Avatar
Avatar
1
maj 24
4055
Timeout error with nginx Solved
nginx odooV8
Avatar
Avatar
Avatar
Avatar
3
maj 24
150284
Nginx error in Docker
nginx docker
Avatar
0
feb. 20
4712
Error Related to config file
configuration error docker
Avatar
Avatar
1
apr. 25
1799
What is the use of db_maxconn parameter in odoo .conf file ?? Solved
configuration connection odooV8
Avatar
Avatar
1
jul. 19
15923
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة 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 is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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