Skip to Content
Menu
This question has been flagged
3 Replies
9502 Views

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
Discard
Best Answer

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
Discard

Go - GB ?

Best Answer

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
Discard

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 ...

Author Best Answer

Thank you very much!!

Avatar
Discard

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

Related Posts Replies Views Activity
1
May 25
11845
0
May 25
303
2
Apr 25
2475
1
Feb 25
823
2
Feb 25
1320