Date: Wednesday, July 9, 2014 @ 15:42:24 Author: mtorromeo Revision: 115377
upgpkg: elasticsearch 1.2.2-1 Updated to 1.2.2 and improved systemd service to handle ES environment variables and runtime, data and log directories Added: elasticsearch/trunk/elasticsearch.default Deleted: elasticsearch/trunk/elasticsearch-tmpfile.conf ----------------------------+ elasticsearch-tmpfile.conf | 1 - elasticsearch.default | 11 +++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) Deleted: elasticsearch-tmpfile.conf =================================================================== --- elasticsearch-tmpfile.conf 2014-07-09 13:41:15 UTC (rev 115376) +++ elasticsearch-tmpfile.conf 2014-07-09 13:42:24 UTC (rev 115377) @@ -1 +0,0 @@ -d /run/elasticsearch 0755 elasticsearch elasticsearch - \ No newline at end of file Added: elasticsearch.default =================================================================== --- elasticsearch.default (rev 0) +++ elasticsearch.default 2014-07-09 13:42:24 UTC (rev 115377) @@ -0,0 +1,11 @@ +# Heap Size (defaults to 256m min, 1g max) +#ES_HEAP_SIZE=1g + +# Heap new generation +#ES_HEAP_NEWSIZE= + +# max direct memory +#ES_DIRECT_SIZE= + +# Additional Java OPTS +#ES_JAVA_OPTS=
