[10:29:22 CDT(-0500)] <rlewis> Hi, I need to change the JVM memory settings. Where do I do that? Thanks!
[10:30:11 CDT(-0500)] <EricDalquist> so you need to change the JVM memory settings for uPortal?
[10:31:38 CDT(-0500)] <rlewis> yes.
[10:32:11 CDT(-0500)] <rlewis> i see some related things in catalina.bat
[10:33:10 CDT(-0500)] <EricDalquist> so on *nix you do:
[10:33:10 CDT(-0500)] <EricDalquist> export CATALINA_OPTS="-Xmx1024m"
[10:33:24 CDT(-0500)] <EricDalquist> there might be a way you can just set CATALINA_OPTS in catalina.bat
[10:34:03 CDT(-0500)] <rlewis> ok. env variables are used. I will do that. I see JAVA_OPTS in catalina.bat