Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
3868 Visualizzazioni

I would like to purchase a server for my odoo server
I would like to know the recomendation hardware to my server for 20 users?

Avatar
Abbandona

there is a a very recent post with some opinions about this issue. If you search you might find it

Risposta migliore

It depnends on how many documents you will have. Commodity server (4-8 cores) is usually good enough when you have less than 1-5 thousands documents a month.

What is important to configure PostgreSQL correctly and have enough RAM for PostgreSQL (acctually OS) to hit cache when quering database. It is also good to use SSD disks to be sure that in cache miss query will be fast.

 

Marek Mosiewicz

http://consultantodoo.com

Avatar
Abbandona

for postgres config a easy way on linux is to install pgtune, cd into the postgres config directory on ubuntu its /etc/postgresql/(version number)/main/ then run pgtune -i postgresql.conf -o postgresql.conf then restart your postresql server. It's helped so many times for me and helped make deployment so much quicker.

Autore Risposta migliore

The hardware needed to run OpenERP varies widely depending upon the modules installed and the load (number of users, number of entries per day...) so only general guidelines can be given.

The database perfs depend directly upon the speed of the disks, so get the fastest disks you can. Good SSDs make wonders in this field.

OpenERP not a memory-hungry beast, but depending on your OS and tuning, more RAM can dramatically improve I/O speed.

The server part in is mostly single-threaded, so focus your CPU choice on the maximum core speed, not the number of cores, and get a processor capable of boosting a single core's speed when the context requires it.

When scaling up, consider using one or more dedicated servers for each tier:
- PostgreSQL database cluster nodes
- OpenERP Servers (preferably 1 server per database)

Avatar
Abbandona

can you give an example (brand, model) of what kind of processor would be "capable of boosting a single core's speed when the context requires it" as you recommend?

Post correlati Risposte Visualizzazioni Attività
1
mar 15
3851
0
mar 15
3614
1
apr 20
2923
0
lug 17
7268
1
mag 16
98