File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
X64? = false
2
2
3
- ES_FILE_VERSION =5.2.2
3
+ ES_FILE_VERSION =5.3.0
4
4
ES_VERSION =$(ES_FILE_VERSION )
5
- ES_SHA1 =087502515446860a408cc702e462db92e850a5ef
5
+ ES_SHA1 =d96a04a488eac61b9cc8db2872e31268a2c9f237
6
6
ES_NAME =elasticsearch-$(ES_VERSION )
7
7
ES_HOME =vendor/$(ES_NAME )
8
8
ES_LIB =$(ES_HOME ) /lib
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ Name: "{app}\plugins"
59
59
Source : " setup-helper.dll" ; DestDir : " {app} "
60
60
Source : " vendor\SetACL-2.2.0\SetACL.exe" ; DestDir : " {tmp} " ; Flags : deleteafterinstall ignoreversion
61
61
Source : " {#ESPath}\bin\elasticsearchw-{#Bits}.exe" ; DestDir : " {app} \bin" ; DestName : " elasticsearchw.exe"
62
+ Source : " {#ESPath}\bin\elasticsearch-keystore.bat" ; DestDir : " {app} \bin"
62
63
Source : " {#ESPath}\bin\elasticsearch-plugin.bat" ; DestDir : " {app} \bin"
63
64
Source : " {#ESPath}\bin\elasticsearch-translog.bat" ; DestDir : " {app} \bin"
64
65
Source : " {#ESPath}\lib\elasticsearch-cmd.cmd" ; DestDir : " {app} \lib"
Original file line number Diff line number Diff line change @@ -36,6 +36,13 @@ REM JVM_OPTIONS=%JVM_OPTIONS% -XX:+PrintTenuringDistribution
36
36
REM JVM_OPTIONS=%JVM_OPTIONS% -XX:+PrintGCApplicationStoppedTime
37
37
REM JVM_OPTIONS=%JVM_OPTIONS% -Xloggc:%ES_HOME%/logs/gc.log
38
38
39
+ REM By default, the GC log file will not rotate.
40
+ REM By uncommenting the lines below, the GC log file
41
+ REM will be rotated every 128MB at most 32 times.
42
+ REM -XX:+UseGCLogFileRotation
43
+ REM -XX:NumberOfGCLogFiles=32
44
+ REM -XX:GCLogFileSize=128M
45
+
39
46
REM Causes the JVM to dump its heap on OutOfMemory.
40
47
set JVM_OPTIONS = %JVM_OPTIONS% -XX:+HeapDumpOnOutOfMemoryError
41
48
REM The path to the heap dump location, note directory must exists and have enough
You can’t perform that action at this time.
0 commit comments