summaryrefslogtreecommitdiffstats
path: root/vespabase/src
Commit message (Collapse)AuthorAgeFilesLines
* refactorArne H Juul2017-06-081-137/+87
| | | | | * rewrite to make further changes easier * also: avoid /home/y references
* Stop supporting downgrade to vespa 5.Tor Egge2017-06-051-8/+0
|
* increase the open-files resource limitArne H Juul2017-04-281-2/+2
|
* Fix syntaxHarald Musum2017-02-071-1/+1
|
* Apparently [ a -a b] does not short-cicuit, whereas [[ a && b ]] doesHarald Musum2017-02-071-1/+1
|
* Handle max processes not being a number ("unlimited")Harald Musum2017-02-031-1/+2
|
* always optimizeArne H Juul2017-01-102-7/+2
| | | | * don't behave differently when running via yinst versus not.
* Only set ulimit if neededHarald Musum2016-10-181-2/+10
|
* export STD_THREAD_PREVENT_TRY_CATCH=trueHenning Baldersheim2016-09-301-0/+2
|
* ignore SIGTERM during valgrind startupArne H Juul2016-09-121-0/+2
| | | | | | | | * we've seen some false valgrind positives when the application didn't finish loading shared libraries, etc before shutdown (TERM signal) happened. We may need to reset SIGTERM handling to default in some more places, but most of our programs already catch and handle it with controlled shutdown.
* Also verify the most dirty one.Henning Baldersheim2016-09-061-5/+0
|
* Clean up some old junkHenning Baldersheim2016-09-061-12/+0
|
* Merge pull request #327 from yahoo/arnej/enable-yjava-daemon-again-2Jon Bratseth2016-07-071-3/+11
|\ | | | | Arnej/enable yjava daemon again 2
| * bring back jsvc modeArne H Juul2016-07-071-3/+11
| | | | | | | | | | * bring back JSVC mode (aka yjava_daemon mode) as a possibility * create and use a common log_message function
* | remove hard-coded overridesArne H Juul2016-07-071-2/+1
| | | | | | | | | | * will now use setting from environment, with fallback from the Defaults class.
* | use new code to find configserversArne H Juul2016-07-071-1/+1
|/ | | | | | | * use binary from vespa_defaults instead of old perl code. This is mainly to allow VESPA_CONFIGSERVERS environment configuration to work. * Also, remove duplicate sourcing of common-env.sh
* Remove kernel.core_pattern modificationVegard Sjonfjell2016-06-221-4/+0
|
* Remove /etc/profile editingVegard Sjonfjell2016-06-221-7/+0
|
* Remove vespa-core-dumper from yahoo/vespaVegard Sjonfjell2016-06-221-28/+0
|
* ignore files generated by cmake (#141)havardpe2016-06-211-0/+2
|
* First draft of systemd service unit configuration files (#133)Vegard Sjonfjell2016-06-212-0/+22
| | | systemd service unit configuration files for vespa (services) and vespa-configserver
* Add vespa-core-dumper and set the kernel.core_pattern to something usable ↵Arnstein Ressem2016-06-211-1/+1
| | | | for CentOS 7
* Allow using the 64-bit OpenJDK vm as well.Arnstein Ressem2016-06-171-2/+2
|
* use VESPA_USERArne Juul2016-06-171-24/+28
| | | | * also, add a couple more fixdir commands
* set VESPA_USER if unsetArne Juul2016-06-171-1/+6
|
* PublishJon Bratseth2016-06-1516-0/+1256