summaryrefslogtreecommitdiffstats
path: root/vespabase/src/start-cbinaries.sh
Commit message (Collapse)AuthorAgeFilesLines
* match mismatched quoteHenning Baldersheim2022-05-131-1/+1
|
* Use explicit VESPA_LOAD_CODE_AS_HUGEPAGESHenning Baldersheim2022-05-131-7/+3
|
* Add experimental library for loading code into huge pages.Henning Baldersheim2022-05-131-1/+9
|
* Use quotes to preserve space separated listsHenning Baldersheim2022-02-011-5/+5
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Revert "Revert "Reapply "Fail Vespa startup if no numactl ."""Arnstein Ressem2021-08-231-17/+1
|
* Revert "Reapply "Fail Vespa startup if no numactl .""Arnstein Ressem2021-08-211-1/+17
|
* Don't call deleted func.Arnstein Ressem2021-08-201-1/+0
|
* Revert "Revert "Fail Vespa startup if no numactl .""Arnstein Ressem2021-08-201-16/+1
|
* Revert "Fail Vespa startup if no numactl ."Arnstein Ressem2021-08-201-1/+16
|
* Exit with error with no numactl. Use numactl if NUMA nodes are available and ↵Arnstein Ressem2021-08-191-13/+1
| | | | we have permissions to use it.
* Fail Vespa startup if no numactl [run-systemtest].Arnstein Ressem2021-08-181-11/+8
|
* update shell bootstrap sectionsArne Juul2019-09-041-0/+4
|
* actually suppress missing valgrind warningArne Juul2018-09-271-1/+1
|
* Scripts using bash extensions should use bash as interpreter.Tor Egge2018-06-011-1/+1
|
* update bootstrapArne Juul2018-05-161-2/+5
|
* update bootstrap section of scriptsArne Juul2018-05-141-0/+9
|
* use VESPA_HOMEArne H Juul2017-06-281-19/+19
|
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-171-3/+1
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* refactorArne H Juul2017-06-081-137/+87
| | | | | * rewrite to make further changes easier * also: avoid /home/y references
* always optimizeArne H Juul2017-01-101-4/+2
| | | | * don't behave differently when running via yinst versus not.
* 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
|
* PublishJon Bratseth2016-06-151-0/+255