1234567891011 |
- <service>
- <id>IBMSDataSDKService</id>
- <!-- Display name of the service -->
- <name>IBMSDataSDKService</name>
- <!-- Service description -->
- <description>This service is a service created from a minimal configuration</description>
- <!-- Path to the executable, which should be started -->
- <executable>java</executable>
- <arguments>-jar ibms-data-sdk.jar -Xms4096m -Xmx8192m -XX:-UseGCOverheadLimit</arguments>
- <logmode>rotate</logmode>
- </service>
|