aboutsummaryrefslogtreecommitdiffstats
path: root/vespabase/src
Commit message (Collapse)AuthorAgeFilesLines
* SimplifyValerij Fredriksen2022-04-191-11/+3
|
* Fix permissionsValerij Fredriksen2022-04-191-14/+12
|
* Do not override if VESPA_TIMER_HZ has been set alreadyHenning Baldersheim2022-03-081-4/+8
|
* Do not echo, just keep as a comment.Henning Baldersheim2022-03-081-1/+1
|
* Detect that we are running in docker-on-mac and automatically reduce timer ↵Henning Baldersheim2022-03-081-0/+10
| | | | | | | frequency due to expensive calls to sample time. This might reduce timeout accuracy from 1ms to 10ms, but that is fine for development. docker-on-mac will never be supported as production environment.
* move fallback from default-env.txtArne H Juul2022-02-011-0/+1
|
* no need for inner quotes hereArne H Juul2022-02-011-6/+6
|
* Use quotes to preserve space separated listsHenning Baldersheim2022-02-012-11/+11
|
* Switch to gcc-toolset-11 and devtoolset-11.Tor Egge2022-01-101-1/+1
|
* Darwin does not have numactl command.Tor Egge2021-12-111-0/+4
|
* Fix typoValerij Fredriksen2021-11-171-1/+1
|
* Revert "Revert "Fix VESPA_HOME permissions to VESPA_USER & VESPA_GROUP""Valerij Fredriksen2021-11-171-26/+29
|
* Revert "Fix VESPA_HOME permissions to VESPA_USER & VESPA_GROUP"Harald Musum2021-11-171-29/+26
|
* Default VESPA_GROUP to current effective groupValerij Fredriksen2021-11-171-0/+3
|
* Fix VESPA_HOME permissions to VESPA_USER & VESPA_GROUPValerij Fredriksen2021-11-171-26/+26
|
* Update 2017 copyright notices.gjoranv2021-10-0713-13/+13
|
* Don't log warning message on stdout.Arnstein Ressem2021-08-231-1/+0
|
* Need to try to execute numactl to verify that we have permissions to set the ↵Arnstein Ressem2021-08-231-5/+7
| | | | memory policy.
* Add fix for wrong variable name.Arnstein Ressem2021-08-231-1/+1
|
* Revert "Revert "Reapply "Fail Vespa startup if no numactl ."""Arnstein Ressem2021-08-232-17/+28
|
* Revert "Reapply "Fail Vespa startup if no numactl .""Arnstein Ressem2021-08-212-28/+17
|
* Revert "fix variable name typo"Arnstein Ressem2021-08-211-1/+1
|
* fix variable name typoArne Juul2021-08-211-1/+1
|
* Don't call deleted func.Arnstein Ressem2021-08-201-1/+0
|
* Revert "Revert "Fail Vespa startup if no numactl .""Arnstein Ressem2021-08-202-16/+28
|
* Revert "Fail Vespa startup if no numactl ."Arnstein Ressem2021-08-202-28/+16
|
* Exit with error with no numactl. Use numactl if NUMA nodes are available and ↵Arnstein Ressem2021-08-192-13/+28
| | | | we have permissions to use it.
* Fail Vespa startup if no numactl [run-systemtest].Arnstein Ressem2021-08-181-11/+8
|
* try using pstack from gcc-toolset-10 if availableArne Juul2021-08-021-0/+3
|
* GC unused env variablesHarald Musum2021-03-151-2/+0
|
* Do not support vespa_base.<setting> anymoreHarald Musum2020-10-301-2/+0
| | | | Undocumented, has not been used for many years
* Use documented environment variable for validation scriptHarald Musum2020-10-301-1/+1
|
* Revert "Enable glibc lock elision."Henning Baldersheim2020-04-181-2/+0
|
* Merge pull request #4422 from vespa-engine/balder/enable-glibc-lock-elisionHenning Baldersheim2020-04-181-0/+2
|\ | | | | Enable glibc lock elision.
| * Enable glibc lock elision.Henning Baldersheim2017-12-121-0/+2
| | | | | | | | See https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.4_release_notes/new_features_compiler_and_tools
* | Stop using wheel group for vespa directories.Tor Egge2020-02-251-25/+25
| |
* | Change ownership of $VESPA_HOME/var to root:root.Tor Egge2020-02-241-1/+1
| |
* | Use old style expr syntax.Tor Egge2020-02-121-1/+1
| |
* | update shell bootstrap sectionsArne Juul2019-09-049-0/+37
| |
* | Add local/maven/bin to PATH for Vespa applications, if it existsHåkon Hallingstad2019-08-221-0/+2
| |
* | Preserve PATH for Vespa servicesHåkon Hallingstad2019-08-161-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | common-env.sh sets PATH, instead of adding to it. This means e.g. binaries reachable via PATH, but not in these whitelisted locations, are lost. For our tester application we have a custom image containing a custom maven installation, reachable with the PATH. The effect of setting PATH seems to have been to add VESPA_HOME/bin[64] only. To ensure all programs reachable with the earlier code, is still reachable after this code change, all earlier paths are prepended to PATH.
* | Make sure network is setup when starting Vespa with systemd.Arnstein Ressem2019-08-012-0/+2
| |
* | Always use var/jdisc_containerValerij Fredriksen2019-07-091-1/+1
| |
* | Directory for transparent hugepage kernel setting has changed between RHEL 6 ↵Arnstein Ressem2019-05-281-2/+9
| | | | | | | | and 7. This fix will ensure correct settings for both platforms.
* | Define path for temporary application storageMartin Polden2019-03-261-0/+1
| |
* | Honor JAVA_HOME even if java is in PATHHåkon Hallingstad2018-11-141-1/+1
| |
* | actually suppress missing valgrind warningArne Juul2018-09-271-1/+1
| |
* | Install valgrind suppressions file.Tor Egge2018-08-011-1/+12
| |
* | Allow container to write to var/vespaBjørn Christian Seime2018-06-141-0/+1
| |
* | Scripts using bash extensions should use bash as interpreter.Tor Egge2018-06-011-1/+1
| |