IBMSDataSDKService.xml 460 B

1234567891011
  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. <logmode>rotate</logmode>
  11. </service>