On Tue, Jun 9, 2020 at 6:54 PM Guilherme Carvalho <[email protected]> wrote:
> Yes you´re right, the Java that is consuming so much memory, not guacd, > i´m using the 1.1.0 version. > > Yes, and Stefan is correct - depending on what parameters you use for the Tomcat startup Java will go ahead and request the memory from the operating system to support the application(s). You can adjust the Tomcat startup parameters to better control this; however, keep in mind that Java is considered a "virtual machine" of sorts - so, if you do not allocate sufficient memory to it, the Java container will run out of memory and you'll get errors within the Java application (Java OOM). -Nick
