Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
ElasticSearch: set -Xss in launch plist
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
michaelklishin authored and adamv committed May 16, 2012
1 parent a66a0c3 commit af0b7bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Library/Formula/elasticsearch.rb
Expand Up @@ -104,6 +104,11 @@ def startup_plist
<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>
Expand Down

0 comments on commit af0b7bd

Please sign in to comment.