Skip to content

Commit 2933497

Browse files
committed
Update logstash.bat
1 parent db1dc6e commit 2933497

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

recipes/windows-service/logstash.bat

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
21
C:
32
cd \logstash
43

54
set HOME=c:/logstash/sincedb
65

7-
"c:\Program Files\Java\jdk1.6.0_37\bin\java.exe" -Xmx32M -jar logstash-1.1.7-monolithic.jar agent --config logstash.conf --log logstash.log
6+
"c:\Program Files\Java\jdk1.6.0_37\bin\java.exe" -Xmx256m -jar logstash-1.1.7-monolithic.jar agent --config logstash.conf --log logstash.log
87

0 commit comments

Comments
 (0)