Skip to content
Snippets Groups Projects
Commit 2297585f authored by Evgeny Bardin's avatar Evgeny Bardin
Browse files

OZG-7426 configure memory used by grpc

parent 81b74f81
Branches
Tags
1 merge request!13Ozg 7426 Fix NPE und OutOfMemory Exception
......@@ -398,6 +398,8 @@
<env>
<BPE_DELIM_JAVA_TOOL_OPTIONS xml:space="preserve"> </BPE_DELIM_JAVA_TOOL_OPTIONS>
<BPE_APPEND_JAVA_TOOL_OPTIONS>-Dfile.encoding=UTF-8</BPE_APPEND_JAVA_TOOL_OPTIONS>
<BPE_APPEND_JAVA_TOOL_OPTIONS>-Dio.grpc.netty.shaded.io.netty.maxDirectMemory=0</BPE_APPEND_JAVA_TOOL_OPTIONS>
<BPE_APPEND_JAVA_TOOL_OPTIONS>-XX:MaxDirectMemorySize=512m</BPE_APPEND_JAVA_TOOL_OPTIONS>
<BPE_APPEND_LC_ALL>en_US.UTF-8</BPE_APPEND_LC_ALL>
</env>
</image>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment