Java Runtime.getRuntime().exec() alternatives

前端 未结 6 635
梦谈多话
梦谈多话 2020-11-30 03:50

I have a collection of webapps that are running under tomcat. Tomcat is configured to have as much as 2 GB of memory using the -Xmx argument.

Many of the webapps ne

6条回答
  •  执念已碎
    2020-11-30 04:36

    This would help I think. I know this is an old thread, just for future refs... http://wrapper.tanukisoftware.com/doc/english/child-exec.html

提交回复
热议问题