summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/vespa/model/application/validation/JvmHeapSizeValidatorTest.java
Commit message (Expand)AuthorAgeFilesLines
* Implement new methodHarald Musum2023-12-191-0/+1
* Add validator that checks if restart is needed due to Onnx model changesHarald Musum2023-12-081-0/+4
* Register model with onnx model optionsHarald Musum2023-11-201-2/+9
* Add default implementation to interfaceHarald Musum2023-10-261-3/+0
* Supply application id to OnnxModelCost.newCalculatorHarald Musum2023-10-251-1/+5
* Remove unused, deprecated APIHarald Musum2023-10-231-3/+0
* Make code locale-independentKristian Aune2023-10-181-2/+3
* Require zone-scoped endpoint in config-modelMartin Polden2023-10-111-0/+5
* Update copyrightJon Bratseth2023-10-091-2/+2
* Add type for machine-learned models and ensure correct file reference is pass...Bjørn Christian Seime2023-09-271-2/+5
* Merge pull request #28645 from vespa-engine/bjorncs/analyze-modelBjørn Christian Seime2023-09-251-1/+2
|\
| * Use memory statistics from model probing in calculationBjørn Christian Seime2023-09-251-1/+2
* | Require larger heapBjørn Christian Seime2023-09-251-3/+3
|/
* Add validator validating heap size calculationBjørn Christian Seime2023-09-221-0/+126