115 Commits

Author SHA1 Message Date
Shay Banon
8dcee09868 expose the max direct memory allowed in jvm info, and guess better then receive buffer size predictor size based on it 2012-07-31 15:06:21 +02:00
Shay Banon
2b893fe1e5 Use bloom filter when flushing (applying deletes), closes #2058. 2012-06-26 16:45:29 +02:00
Shay Banon
d5b84bb81b make sure we run in headless mode
applies mainly to the attachments (tika) plugin
2012-06-14 13:14:03 +02:00
Aurelien Requiem
18f4caaef7 lintian rule : executable-not-elf-or-script in /usr/share/elasticsearch/bin/elasticsearch.in.sh
* added a proper shell on top on the script
2012-06-11 12:29:08 +02:00
David Pilato
2ea77782a1 Parse elasticsearch.in.sh before setting JAVA dir as we could define JAVA_HOME in elasticsearch.in.sh 2012-05-24 12:37:25 +02:00
Shay Banon
c56218a41f JDK 7 requires minimum of 256k stack size, update scripts to set it, closes #1892. 2012-04-29 17:17:15 +03:00
Shay Banon
70268a6c41 JDK 7 requires minimum of 160k stack size, update scripts to set it, closes #1892. 2012-04-29 17:13:36 +03:00
Stefan Fussenegger
a96391224a fixed always returning 1 if launching in background without pidpath 2012-04-24 15:11:26 +03:00
Fredrik Sundberg
bf10ef5b4b Fixes plugin install failure on Windows 7 / JDK 7u3 2012-04-15 14:32:00 +03:00
Shay Banon
aa51a8af9c add back writing pid from shell as well as writing it from Java process, for some reason, it caused a strange failure in clinton test harness, we need to chase it down, but for now, lets bring this back 2012-02-26 20:43:30 +02:00
Shay Banon
aee0e1dfb7 doc the ES_HEAP_SIZE 2012-02-06 22:13:15 +02:00
Shay Banon
70de95373c JVM Flags: Remove SurvivorRatio and MaxTenuringThreshold since the defaults are good with new JVMs, closes #1672. 2012-02-06 22:11:22 +02:00
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. 2012-02-06 22:09:32 +02:00
Shay Banon
78722a51f7 add a comment option to another jvm flag that only applies in 7 2012-01-26 13:52:43 +02:00
Damien Hardy
a8af4e962b limit memory for plugin utility 2012-01-04 19:14:46 +02:00
Damien Hardy
5fa8dad4bf No need for plenty of RAM for plugin utility (RAM is often already taken by the elasticsearch service running beside) 2012-01-04 19:14:46 +02:00
Shay Banon
91b60f1d2f Generate pid file even when running in foreground mode, closes #1553. 2011-12-21 05:28:28 +02:00
Shay Banon
682be7c63a fix the script to really work with spaces in the path 2011-12-01 17:04:15 +02:00
Miquel Rodríguez Telep / Michael Rodríguez-Torrent
c14db4dd21 Fix escaping of arguments with paths in the bash script 2011-12-01 16:29:19 +02:00
David Pilato
3ee92854bb Use command line parameters 2011-11-20 12:55:20 +02:00
David Pilato
20b92482b5 As recommanded by Shay : Don't modify ES_PARAMS Escape parameters 2011-11-20 12:55:20 +02:00
David Pilato
1bc7d8230b Use parameters given by user to launch ES 2011-11-20 12:55:20 +02:00
Shay Banon
875d552e2c Broken plugin script, closes #1474. 2011-11-16 21:01:41 +02:00
Shay Banon
e0acf13a12 don't use CLASSPATH in plugin, and simplify plugin.bat 2011-11-13 19:16:01 +02:00
Shay Banon
49d976fc41 add a commented out option to force the JVM to use IPv4 stack 2011-09-23 00:57:57 +03:00
Shay Banon
d00edfb165 better check for defaults on jline, only enable it if not on windows 2011-09-09 10:59:35 +03:00
David Pilato
3fa08968a2 CTRL+C is not working on windows XP and windows 7 2011-09-09 10:29:55 +03:00
Shay Banon
399139505f Don't include CLASSPATH env var in elasticsearch.bat script, closes #1287. 2011-08-30 15:41:04 +03:00
Shay Banon
5845baa3e0 remove the compressed oops option, as its enabled by default on latest jdks 2011-08-03 21:34:51 +03:00
Shay Banon
f8f0c26a2b remove the compressed oops option, as its enabled by default on latest jdks 2011-08-03 21:34:34 +03:00
Shay Banon
6913bebb75 remove the explicit usage of elasticsearch jar file in the head of the script, no need for it anymore 2011-08-03 21:29:05 +03:00
kimchy
685f7c7d84 fix batch file to actually use the relevant es jar version (though does not really matter now, since we don't override anything in lucene) 2011-07-18 20:11:37 +03:00
kimchy
845104dabc remove the jline flag and automatically detect it 2011-07-15 10:00:23 +03:00
kimchy
b5d0e98a2b clean CDPATH on plugin script as well 2011-07-06 04:07:27 +03:00
kimchy
a7013da782 fix plugin.bat classpath, closes #1002. 2011-06-10 02:35:00 +03:00
kimchy
cf4f2ce6ba better script execution in cygwin 2011-05-13 13:46:04 +03:00
Benoit Sigoure
50a475fd02 Startup script: fix shell quoting.
Paths should be quoted to avoid problems with spaces.
Arguments to the `case' command do not need to be quoted as it doesn't
undergo word splitting.
2011-04-22 10:31:01 +03:00
kimchy
5cd0bc52af set CDPATH to empty value so it won't conflict when "cd" 2011-04-17 18:59:58 +03:00
kimchy
dc0e493cce elasticsearch script: Change CLASSPATH to ES_CLASSPATH, closes #818. 2011-03-30 21:03:24 +02:00
kimchy
b8ac25c430 make the windows script nicer, also support ES_MIN_MEM and ES_MAX_MEM as external settings for it 2011-03-23 18:07:00 +02:00
kimchy
bc882182ab change scripts to start the ElasticSearch main class (a wrapper around Bootstrap) just so the process name will look nicely on jps 2011-03-04 20:14:22 +02:00
kimchy
e953845058 Remove -XX:+AggressiveOpts flag that is turned on by default in startup script, closes #638. 2011-01-20 00:13:18 +02:00
kimchy
6971af8793 add commented out gc logging option 2011-01-07 16:59:50 +02:00
kimchy
b33010a24c document the heap dump options 2010-11-23 03:51:38 +02:00
kimchy
ed99787c8e add a comment for the compressed oops option 2010-11-07 00:46:46 +02:00
kimchy
17e5b3dd27 add comment on format of min and max mem 2010-11-06 22:34:49 +02:00
kimchy
e63847f771 add hints on when to first perform GC, make small GC happen faster resulting in less chances of stop the world GC 2010-10-15 18:26:38 +02:00
kimchy
7df3b5c3fd fix classpath env var in windows 2010-10-09 12:40:52 +02:00
Ask Bjørn Hansen
c69e77d2c4 Make bin/elasticsearch foreground mode launchd/daemontools compatible 2010-09-13 14:34:29 +02:00
kimchy
d97695ad10 fix windows script to not double quote 2010-08-20 21:13:32 +03:00