IBMSDataSDKService.xml 549 B

123456789101112131415
  1. <service>
  2. <id>IBMSDataSDKService</id>
  3. <!-- Display name of the service -->
  4. <name>IBMSDataSDKService</name>
  5. <!-- Service description -->
  6. <description>This service is a service created from a minimal configuration</description>
  7. <!-- Path to the executable, which should be started -->
  8. <executable>java</executable>
  9. <arguments>-jar ibms-data-sdk.jar -Xms4096m -Xmx8192m -XX:-UseGCOverheadLimit</arguments>
  10. <!--
  11. <logmode>roll</logmode>
  12. -->
  13. <logmode>none</logmode>
  14. <logpath>%BASE%\..\logs\ibms-data-sdk</logpath>
  15. </service>