Ir al contenido
Menú
Se marcó esta pregunta
3 Respuestas
9964 Vistas

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
Descartar
Mejor respuesta

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
Descartar

Go - GB ?

Mejor respuesta

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
Descartar

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

Autor Mejor respuesta

Thank you very much!!

Avatar
Descartar

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

Publicaciones relacionadas Respuestas Vistas Actividad
1
may 25
12269
2
ago 25
2410
1
jul 25
909
1
ago 25
1151
0
may 25
1345