aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc
Commit message (Collapse)AuthorAgeFilesLines
* boolean use_jsvc should be false/true onlyArne H Juul2016-07-071-2/+2
|
* bring back jsvc modeArne H Juul2016-07-071-6/+102
| | | | | * bring back JSVC mode (aka yjava_daemon mode) as a possibility * create and use a common log_message function
* add numactl againArne H Juul2016-07-051-5/+29
| | | | | | | * compute the numactl command to wrap java with * do LD_PRELOAD via /usr/bin/env to allow wrapping * also, turn off jdisc.logger (it is very noise and was disabled earlier)
* expand tabsArne H Juul2016-07-051-48/+48
|
* Use Github username as authorBjørn Christian Seime2016-06-283-3/+3
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* add back some configurable optionsArne Juul2016-06-221-20/+98
| | | | | | | | | | * pass command-line arguments on (as jvm overrides) * configure memory from qr-start config * use extra classpath and export packages from qr-start config * use environment variables from qr-start config * take PRELOAD environment variable into account * order arguments so config id is first (to make it easier to find the right process when looking at ps output)
* Merge pull request #148 from yahoo/arnej/add-simpler-start-scriptEirik Nygaard2016-06-221-0/+81
|\ | | | | Arnej/add simpler start script
| * use VESPA_HOME not /home/yArne Juul2016-06-211-2/+2
| |
| * a much simpler script for starting the containerArne Juul2016-06-211-0/+81
| | | | | | | | | | * lots of missing features for now, this is just the minimal that could work for most simple use-cases.
* | Merge pull request #138 from yahoo/arnej/copy-sigterm-catcher-to-yoleanArne H Juul2016-06-211-1/+0
|\ \ | |/ |/| Arnej/copy sigterm catcher to yolean
| * Bundle vespajlib into container-disc again.gjoranv2016-06-211-1/+0
| | | | | | | | | | | | | | | | | | - after briefly trying to include it in jdisc_core. This was abandoned because vespajlib leaks commons-lang packages from its apis. This reverts commit a522b5ac3d26e8ae9619c1bf85aada0eb98edc33. This reverts commit b644afac2ef70c622feafd43742fb70f31418237.
* | Revert "Install searchlib as a bundle"gjoranv2016-06-211-5/+3
|/
* Install searchlib as a bundlegjoranv2016-06-211-3/+5
| | | | | | | | | | | .. instead of embedding into the container-disc bundle * Add searchlib as a direct dependency of container-dev, as it was until now pulled in via container-search * Remove invalid exclusions of searchlib - it's not pulled in transitively anymore, as it's been set to provided scope in container-search and container-disc
* Revert "Install searchlib as a bundle"gjoranv2016-06-201-5/+3
|
* Install searchlib as a bundlegjoranv2016-06-171-3/+5
| | | | .. instead of embedding into the container-disc bundle
* Provide vespajlib from jdisc_core instead of container-discgjoranv2016-06-161-0/+1
| | | | - To allow using vespajlib from jdisc_core.
* PublishJon Bratseth2016-06-1555-0/+2794