Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In IntelliJ, go to Edit Configurations. For Tomcat, insert the following VM options:

 

Code Block
languagetext
titleTomcat VM options
-Xms128M -Xmx1048M -Djava.awt.headless=true -Dfile.encoding=UTF-8 -XX:MaxPermSize=256m -DseleniumServerHostName=192.168.56.101 -DcontainerHostName=192.168.56.1 

...