Hi,
I have Odoo Enterprise version 19
I will have 55 users in the coming days
Server specifications are:
Hosting company: AWS
Server type: r5a.2xlarge
8 CPU
64 RAM
The apps used are:
Sales
Invoicing
CRM
Website
Inventory
Accounting
Purchase
Point of Sale
Project
Manufacturing
Timesheets
Expenses
Documents
Time Off
Recruitment
Employees
Knowledge
Maintenance
Meeting Rooms
WhatsApp Messaging
Sign
Helpdesk
Subscriptions
Quality
eLearning
Planning
Discuss
Contacts
Product Lifecycle Management (PLM)
Calendar
Field Service
Appraisals
Fleet
Approvals
Repairs
Employee Referral
Attendances
To-Do
Payroll
These are the previous settings before modification
; -----------------------
; Network Configuration
; -----------------------
http_port = 8019
longpolling_port = 8072
proxy_mode = True
list_db = False
; -----------------------
; Workers Configuration
; -----------------------
workers = 17
max_cron_threads = 1
; -----------------------
; Memory Limits (Optimized for 64GB)
; -----------------------
limit_memory_hard = 60000000000
limit_memory_soft = 50000000000
limit_request = 8192
limit_time_cpu = 60
limit_time_real = 120
I searched in the GPT chat and it gave me new values which are:
db_port = 5432
db_user = odoo_19
db_maxconn = 128
workers = 14
max_cron_threads = 3
limit_memory_hard = 2684354560
limit_memory_soft = 2147483648
limit_time_cpu = 600
limit_time_real = 1200
limit_request = 8192
unaccent = True
proxy_mode = True
longpolling_port = 8072
without_demo = all
reportgz = True
log_level = info
I contacted someone who told me that these values cannot be determined at the moment without fully running the system. They said these values can only be correctly determined after the system is running with all users and the load on the system is identified.
Currently, I need your help in determining the appropriate settings to add before starting, and whether there are any settings or values that should be deleted (those suggested by ChatGBT).
Thanks,
Aamer