Phil Kates
|
8f5bca43fb
Make elasticsearch.in.sh more configurable via env
|
13 lat temu |
Shay Banon
|
8dcee09868
expose the max direct memory allowed in jvm info, and guess better then receive buffer size predictor size based on it
|
13 lat temu |
Shay Banon
|
2b893fe1e5
Use bloom filter when flushing (applying deletes), closes #2058.
|
13 lat temu |
Shay Banon
|
d5b84bb81b
make sure we run in headless mode
|
13 lat temu |
Aurelien Requiem
|
18f4caaef7
lintian rule : executable-not-elf-or-script in /usr/share/elasticsearch/bin/elasticsearch.in.sh
|
13 lat temu |
Shay Banon
|
c56218a41f
JDK 7 requires minimum of 256k stack size, update scripts to set it, closes #1892.
|
13 lat temu |
Shay Banon
|
70268a6c41
JDK 7 requires minimum of 160k stack size, update scripts to set it, closes #1892.
|
13 lat temu |
Shay Banon
|
70de95373c
JVM Flags: Remove SurvivorRatio and MaxTenuringThreshold since the defaults are good with new JVMs, closes #1672.
|
13 lat temu |
Shay Banon
|
43809211d4
bin: elasticsearch script to support ES_HEAP_SIZE to easily set the heap size to a single value (min and max) and ES_HEAP_NEWSIZE to optionally set the new gen, closes #1671.
|
13 lat temu |
Shay Banon
|
78722a51f7
add a comment option to another jvm flag that only applies in 7
|
13 lat temu |
Shay Banon
|
49d976fc41
add a commented out option to force the JVM to use IPv4 stack
|
14 lat temu |
Shay Banon
|
f8f0c26a2b
remove the compressed oops option, as its enabled by default on latest jdks
|
14 lat temu |
Shay Banon
|
6913bebb75
remove the explicit usage of elasticsearch jar file in the head of the script, no need for it anymore
|
14 lat temu |
kimchy
|
845104dabc
remove the jline flag and automatically detect it
|
14 lat temu |
kimchy
|
dc0e493cce
elasticsearch script: Change CLASSPATH to ES_CLASSPATH, closes #818.
|
14 lat temu |
kimchy
|
e953845058
Remove -XX:+AggressiveOpts flag that is turned on by default in startup script, closes #638.
|
14 lat temu |
kimchy
|
6971af8793
add commented out gc logging option
|
15 lat temu |
kimchy
|
b33010a24c
document the heap dump options
|
15 lat temu |
kimchy
|
ed99787c8e
add a comment for the compressed oops option
|
15 lat temu |
kimchy
|
e63847f771
add hints on when to first perform GC, make small GC happen faster resulting in less chances of stop the world GC
|
15 lat temu |
kimchy
|
ac27b45524
change default jvm tuning options
|
15 lat temu |
kimchy
|
97b5b41522
enable eager cache eviction based on readers, requires a nasty hack to Lucene, basically overriding two classes to hook into when a reader actually gets closed (and only enabled when elasticsearch is before lucene in the classpath, which we take for in the startup scripts)
|
15 lat temu |
kimchy
|
dea8238ced
Move service wrapper support to its own repo, closes #243.
|
15 lat temu |
kimchy
|
371bfebd16
initial support for process monitoring using sigar
|
15 lat temu |
kimchy
|
c09877c2bd
Script / Service: Add ES_MIN_MEM and ES_MAX_MEM, closes #156
|
15 lat temu |
kimchy
|
c7e4ec6369
update project files, remove sources from jar files
|
15 lat temu |
kimchy
|
b3337c3127
initial commit
|
15 lat temu |