Hello. I have run this service with Docker-Compose with an unoffical image. As the number of connections increases, the CPU usage increases dramatically. I have given Docker host 4 CPU cores and 16 gigs of RAM. Is there any way to prevent this increase and be able to serve more clients? thank you.
Thank you for watching. How many connections? It is hard to determine if I do not have more information about your specific environment, i will advice you use the official image or better still install guacamole on a vm. I have not had any issue using guacamole with multiple connections on docker using the official image or a dedicated vm.
In fact, the number of users is not known. But the number of connections that are connected to the service at the same time may reach 15-20. I understood from your talk that I should use the original images. I insisted on running the service as Dockerized but I will test the ways you said. Is it possible for you to make a clip to teach how to set up this service through Docker or can You get me a link ?@@geek2gether469
No worries, 15 -20 users should be fine with 16gb, however other factors may come into play such as bandwidth etc. I may have to setup docker and do an installation video sometime. Here is the official Apache guacamole doc on installation using docker: guacamole.apache.org/doc/gug/guacamole-docker.html. Also linode has a documentation on docker installation as well: www.linode.com/docs/guides/installing-apache-guacamole-through-docker/ I hope it helps.
Hello.
I have run this service with Docker-Compose with an unoffical image. As the number of connections increases, the CPU usage increases dramatically. I have given Docker host 4 CPU cores and 16 gigs of RAM. Is there any way to prevent this increase and be able to serve more clients?
thank you.
Thank you for watching. How many connections? It is hard to determine if I do not have more information about your specific environment, i will advice you use the official image or better still install guacamole on a vm. I have not had any issue using guacamole with multiple connections on docker using the official image or a dedicated vm.
In fact, the number of users is not known. But the number of connections that are connected to the service at the same time may reach 15-20.
I understood from your talk that I should use the original images. I insisted on running the service as Dockerized but I will test the ways you said.
Is it possible for you to make a clip to teach how to set up this service through Docker or can You get me a link ?@@geek2gether469
No worries, 15 -20 users should be fine with 16gb, however other factors may come into play such as bandwidth etc. I may have to setup docker and do an installation video sometime. Here is the official Apache guacamole doc on installation using docker:
guacamole.apache.org/doc/gug/guacamole-docker.html.
Also linode has a documentation on docker installation as well:
www.linode.com/docs/guides/installing-apache-guacamole-through-docker/
I hope it helps.
@@geek2gether469 Thank you