Controls the number of seconds to pause between a JVM exiting for
any reason, and a new JVM being launched. Defaults to 5 seconds.
Setting this restart delay to a very low value or even 0 could
cause problems as the new JVM could may be launched before all
resources from the previous invocation have been reclaimed by
the operating system.
Example: |
wrapper.restart.delay=5
|
|