Se rendre au contenu
Menu
Cette question a été signalée
3 Réponses
9556 Vues

Hello!!

We wish Odoo implementation. Anyone have similar experience.
What would be the estimate of necessary hardware to use 30 concurrent users (RAM, CPU, disk RPM, ...)? And what running in virtual machines (testing, recovery)?

Thanks ;-)

------

Queremos hacer una implantación de Odoo. Por si alguien tienen experiencia similar.
¿Cual sería la estimación de hardware necesario para un uso de 30 usuarios concurrentes (RAM, CPU, RPM discos, ...)? ¿y corriendo en máquinas virtuales (pruebas, recuperación)?

Avatar
Ignorer
Meilleure réponse

Hy,

Personnaly, I'm used to start with a CentOS VM with 20Go for disk and 2Go as RAM and 2 cores. Most of my customers have about 30 concurrent access. From time to time we upgrade to 4Go of RAM and it's really sufficient.

Hope it could help,

regards

 

 

Avatar
Ignorer

Go - GB ?

Meilleure réponse

regarding virtualization: we run on a KVM qemu virtual machine using qcow2 images. It has proven to be very usefull to work with "overlay images" whenever something new is being installed and commit them from time to time. Especially as we are pretty new in all of this it is nice to have such a feature. I am not an expert for virtualization at all so I can't compare really, but so far KVM/qemu works just fine for us.

One thing I haven't found out yet is how to access a KVM VM locally without using ssh or any other newtork service. In case you have messed up a VM's network it would be very useful (actually essential) to be able to just log in to your VM's console session from the command line of your host. I couldn't figure out how that works with KVM yet though.

saludos

Avatar
Ignorer

Use virsh ttyconsole to get the pts on which the VM is running Then use the screen command to access to the VM (e.g. screen /dev/pts/3 where /dev/pts/3 would be the output of virsh ttyconsole)

thanks Nicolas, will check that out ...

Auteur Meilleure réponse

Thank you very much!!

Avatar
Ignorer

best way to thank anyone here is to upvote the answer or click the "answered" answered button

Publications associées Réponses Vues Activité
1
mai 25
11872
1
juin 25
180
0
mai 25
407
2
avr. 25
2552
1
févr. 25
872