aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMichael S. Klishin2012-03-22 08:02:10 +0400
committerAdam Vandenberg2012-05-15 22:05:42 -0700
commitaf0b7bd2018c20ea4fad15d7b6c4f60062f6016c (patch)
treeeb84270efc9a7a3e0d061ae763f92d32d66e0b2d /Library/Formula
parenta66a0c36c4547284dddf6d29f5d7c56fdc52859e (diff)
downloadhomebrew-af0b7bd2018c20ea4fad15d7b6c4f60062f6016c.tar.bz2
ElasticSearch: set -Xss in launch plist
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/elasticsearch.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb
index a7c261896..763d8b9ea 100644
--- a/Library/Formula/elasticsearch.rb
+++ b/Library/Formula/elasticsearch.rb
@@ -104,6 +104,11 @@ class Elasticsearch < Formula
<string>-f</string>
<string>-D es.config=#{prefix}/config/elasticsearch.yml</string>
</array>
+ <key>EnvironmentVariables</key>
+ <dict>
+ <key>ES_JAVA_OPTS</key>
+ <string>-Xss200000</string>
+ </dict>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>