Skip to content

Commit d621e5d

Browse files
committed
update to upstream release 5.2.0
1 parent e4a1b4b commit d621e5d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
X64?= false
22

3-
ES_FILE_VERSION=5.1.1
3+
ES_FILE_VERSION=5.2.0
44
ES_VERSION=$(ES_FILE_VERSION)
5-
ES_SHA1=d4b966c19c85dd2cb9a5b9750193f82f49e63717
5+
ES_SHA1=243cce802055a06e810fc1939d9f8b22ee68d227
66
ES_NAME=elasticsearch-$(ES_VERSION)
77
ES_HOME=vendor/$(ES_NAME)
88
ES_LIB=$(ES_HOME)/lib

elasticsearchw-update.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ set JVM_OPTIONS=%JVM_OPTIONS% -Dfile.encoding=UTF-8
5151
REM Use our provided JNA always versus the system one
5252
set JVM_OPTIONS=%JVM_OPTIONS% -Djna.nosys=true
5353

54-
REM Flags to keep Netty from being unsafe
54+
REM Flags to configure Netty
5555
set JVM_OPTIONS=%JVM_OPTIONS% -Dio.netty.noUnsafe=true
5656
set JVM_OPTIONS=%JVM_OPTIONS% -Dio.netty.noKeySetOptimization=true
57+
set JVM_OPTIONS=%JVM_OPTIONS% -Dio.netty.recycler.maxCapacityPerThread=0
5758

5859
REM log4j 2
5960
set JVM_OPTIONS=%JVM_OPTIONS% -Dlog4j.shutdownHookEnabled=false

0 commit comments

Comments
 (0)