From 09b4d0e097fe5b40c7c1b4469ed76629cc9860b9 Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Tue, 6 Jan 2015 14:10:55 +0100 Subject: [PATCH] [EXEC] Remove reduced stack size We used to reduces the stack size to 256kb. This commit removes this optimization and relies on the JVMs default. Closes #9135 --- bin/elasticsearch.in.bat | Bin 2707 -> 2634 bytes bin/elasticsearch.in.sh | 3 --- dev-tools/ElasticSearch.launch | 2 +- pom.xml | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/bin/elasticsearch.in.bat b/bin/elasticsearch.in.bat index 18e7da4ad3662c1b918b8c364cb303653fc08eb4..6dbca4fdd25bea1fb02d65f089d8e2a9b1c78c5b 100644 GIT binary patch delta 12 UcmbO%dP-!&eCEwBm{+p_03zN6C;$Ke delta 56 zcmX>lGFf!Pd}f8B)RfZXRE3g^RE2`nBHfaVqSV9`h2oOL - + diff --git a/pom.xml b/pom.xml index b2f860505c1..19438b9732f 100644 --- a/pom.xml +++ b/pom.xml @@ -494,7 +494,6 @@ -Xmx${tests.heap.size} -Xms${tests.heap.size} - -Xss256k -XX:MaxPermSize=128m -XX:MaxDirectMemorySize=512m -Des.logger.prefix=