|
@@ -7,5 +7,9 @@
|
|
<!-- Path to the executable, which should be started -->
|
|
<!-- Path to the executable, which should be started -->
|
|
<executable>java</executable>
|
|
<executable>java</executable>
|
|
<arguments>-jar ibms-data-sdk.jar -Xms4096m -Xmx8192m -XX:-UseGCOverheadLimit</arguments>
|
|
<arguments>-jar ibms-data-sdk.jar -Xms4096m -Xmx8192m -XX:-UseGCOverheadLimit</arguments>
|
|
- <logmode>rotate</logmode>
|
|
|
|
|
|
+ <!--
|
|
|
|
+ <logmode>roll</logmode>
|
|
|
|
+ -->
|
|
|
|
+ <logmode>none</logmode>
|
|
|
|
+ <logpath>%BASE%\..\logs\ibms-data-sdk</logpath>
|
|
</service>
|
|
</service>
|