aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/memory_flush_config_updater.cpp
Commit message (Expand)AuthorAgeFilesLines
* Also tune or turn off background jobs when content node is in maintenance.Geir Storli2023-11-071-7/+7
* Move `HwInfo` from `proton` namespace to `vespalib`Tor Brede Vekterli2023-11-011-3/+3
* Update copyrightJon Bratseth2023-10-091-1/+1
* Reduce transitive includes.Henning Baldersheim2023-03-011-0/+1
* Use a conservative flush strategy before we reach the proton resource limits ...Geir Storli2022-02-031-1/+4
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add some debug logging.Henning Baldersheim2021-08-091-2/+2
* Use equality operators.Henning Baldersheim2021-06-231-1/+1
* Only log when config actually changes.Henning Baldersheim2021-06-231-7/+10
* Allow more disk bloat when retiring.Henning Baldersheim2021-06-171-12/+21
* Reduce to debug loglevel as sub 16G host will be capped.Henning Baldersheim2021-03-051-2/+2
* use size literals in searchcoreArne Juul2021-02-151-0/+1
* Move control of internal limits closer to where the limitation is.Henning Baldersheim2021-02-131-5/+1
* Ensure that we do not go above 16G as we then might trigger other internal li...Henning Baldersheim2021-02-111-6/+7
* Replace UTCTimeStamp with std::chrono::system_clock::time_pointHenning Baldersheim2019-12-051-3/+1
* Fix format strings in searchcore module.Tor Egge2019-03-121-2/+2
* Allow more disk bloat while node state is retired.Tor Egge2017-12-051-2/+26
* Adjust hard memory limits for flush strategy.Geir Storli2017-10-261-13/+22
* 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
* Do not use maxage.serial anymore. Just use maxsize.Henning Baldersheim2017-02-021-3/+1
* log level info for memory_flush_config_updaterBjørn Meland2016-11-031-2/+2
* Change settings for conservative mode in memory flush strategy from absolute ...Geir Storli2016-06-301-2/+3
* Add low watermark for when to go back from conservative to normal mode for me...Geir Storli2016-06-301-6/+45
* Add class that listens to changes in disk/memory usage and updates config use...Geir Storli2016-06-301-0/+84