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 |
kimchy
|
ac27b45524
|
change default jvm tuning options
|
2010-08-14 01:10:36 +03:00 |
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)
|
2010-07-07 17:15:26 +03:00 |
kimchy
|
dea8238ced
|
Move service wrapper support to its own repo, closes #243.
|
2010-06-30 21:51:34 +03:00 |
kimchy
|
d5ff6a7cd4
|
add doc to the script
|
2010-06-07 18:26:01 +03:00 |
kimchy
|
150defd2aa
|
fix doc in elasticsearch script
|
2010-06-07 18:20:07 +03:00 |
kimchy
|
fcf3697e51
|
add sigar to the service classpath
|
2010-05-14 11:27:54 +03:00 |
kimchy
|
371bfebd16
|
initial support for process monitoring using sigar
|
2010-05-06 21:07:24 +03:00 |
kimchy
|
7a01b19b8d
|
remove ppc/ia/freebsd
|
2010-05-06 15:50:06 +03:00 |
kimchy
|
b0e1c58474
|
Add online plugin repository and a 'plugin' command to download them, closes #157
|
2010-05-03 10:49:50 +03:00 |
kimchy
|
c09877c2bd
|
Script / Service: Add ES_MIN_MEM and ES_MAX_MEM, closes #156
|
2010-05-01 15:55:49 +03:00 |
kimchy
|
97958c3a66
|
Service Wrapper: A Java Service Wrapper integration, closes #154.
|
2010-05-01 01:42:30 +03:00 |
kimchy
|
2878ae7dd6
|
Add a -v flag to output version information, closes #128
|
2010-04-26 11:05:56 +03:00 |
kimchy
|
c7e4ec6369
|
update project files, remove sources from jar files
|
2010-04-25 23:40:58 +03:00 |
kimchy
|
78c220589e
|
fix windows script to use correct env var (backported and updated the 0.4.0 release zip)
|
2010-02-09 15:09:11 +02:00 |
kimchy
|
b3337c3127
|
initial commit
|
2010-02-08 15:30:06 +02:00 |