File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
X64? = false
2
2
3
- ES_FILE_VERSION =5.1.1
3
+ ES_FILE_VERSION =5.2.0
4
4
ES_VERSION =$(ES_FILE_VERSION )
5
- ES_SHA1 =d4b966c19c85dd2cb9a5b9750193f82f49e63717
5
+ ES_SHA1 =243cce802055a06e810fc1939d9f8b22ee68d227
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 @@ -51,9 +51,10 @@ set JVM_OPTIONS=%JVM_OPTIONS% -Dfile.encoding=UTF-8
51
51
REM Use our provided JNA always versus the system one
52
52
set JVM_OPTIONS = %JVM_OPTIONS% -Djna.nosys=true
53
53
54
- REM Flags to keep Netty from being unsafe
54
+ REM Flags to configure Netty
55
55
set JVM_OPTIONS = %JVM_OPTIONS% -Dio.netty.noUnsafe=true
56
56
set JVM_OPTIONS = %JVM_OPTIONS% -Dio.netty.noKeySetOptimization=true
57
+ set JVM_OPTIONS = %JVM_OPTIONS% -Dio.netty.recycler.maxCapacityPerThread=0
57
58
58
59
REM log4j 2
59
60
set JVM_OPTIONS = %JVM_OPTIONS% -Dlog4j.shutdownHookEnabled=false
You can’t perform that action at this time.
0 commit comments