OpenSearch/bin
Robert Muir a3d5381392 Disable explicit GC by default
We don't rely upon GC to cleanup mappedbytebuffers, we unmap them
explicitly on close in lucene. But the JDK has crazy loops with
explicit GCs in exceptional cases to try to force unmapping.

In general we don't want any of our code or library code calling
this method: so its banned in forbidden-apis as well.
2014-06-27 14:09:44 +02:00
..
elasticsearch Startup: Reset locale to en_US.UTF-8 in bin/elasticsearch 2014-05-27 17:31:09 +02:00
elasticsearch-service-mgr.exe rework script to handle path with spaces 2013-09-17 15:01:09 +03:00
elasticsearch-service-x64.exe rework script to handle path with spaces 2013-09-17 15:01:09 +03:00
elasticsearch-service-x86.exe rework script to handle path with spaces 2013-09-17 15:01:09 +03:00
elasticsearch.bat Disable explicit GC by default 2014-06-27 14:09:44 +02:00
elasticsearch.in.sh Disable explicit GC by default 2014-06-27 14:09:44 +02:00
plugin update plugin 2013-09-14 23:31:56 +02:00
plugin.bat add java opts to bat file as well 2012-10-23 23:54:10 +02:00
service.bat Disable explicit GC by default 2014-06-27 14:09:44 +02:00