0

I know I can change bin/setenv.sh, but is it possible to apply new settings without restarting Tomcat? Specifically can I extend maximum heap size (Xmx) somehow?

Nux
  • 571
  • 3
  • 12
  • 21

1 Answers1

1

No. You cannot increase Xmx on the fly. What you can do is to increase the value of Xmx in the config file and start another tomcat instance if your application don't mind that.

Sreeraj
  • 464
  • 1
  • 5
  • 15