Hello! I was getting “java.lang.OutOfMemoryError: PermGen space” errors after a few days of running the product. I had set up the setenv.sh file with the below. But after another week, again I see this error in the logs (the web UI gets super slow when this happens and then crashes). Can you please verify this is enough space, since it has happened twice now? I went ahead and added swap space today as well. Thanks!
We are using an ec2 t3.medium Ubuntu instance. The documentation specifies “Environment='CATALINA_OPTS=-Xms1024m -Xmx1024m -XX:MaxPermSize=128m” for the tomcat.service file. I will make the adjustments you specified in your comment. Thank you!