In 10 days our product is featured in a tv-show at prime time.
We expect 50k visitors on our website.
Cause we are a small company (5 users) we would like to avoid a load balancing server scenario for this single visitor peak.
Question 1: Is this configuration working for this case?
- Hardware: Google Cloud instance with 64 vCPUs, 240gb RAM, 20gb SSD
- Debian: default
- Nginx: default
- Odoo: 10 community - fresh database with 30 products and this modules: Ecommerce, Sales, Purchase, Manufacturing, Inventory, Accounting, no custom modules
workers = 100
limit_memory_hard = 1677721600 (1,6GB)
limit_memory_soft = 1073741824 (1GB)
limit_request = 8192
limit_time_cpu = 60
limit_time_real = 120
- Postgres: max_connections = 6500 (100 worker * 64 connections)
Question 2: How can I simulate the load to locate bottelnecks?
Has anyone experience with www.loader.io ?