123456789101112131415 |
- <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>roll</logmode>
- -->
- <logmode>none</logmode>
- <logpath>%BASE%\..\logs\ibms-data-sdk</logpath>
- </service>
|