Hydra | 350 Members | |
| 96 Servers |
| Sender | Message | Time |
|---|---|---|
| 24 Feb 2025 | ||
| * Hi, since some time i am having the following error on my hydra instance. Everytime it does an evaluation it aborts with the following error in log:
I am kinda out of ideas, the webserver runs fine. I found an old issue relating to memory on that error, tho it confuses me as the machine has plenty of memory left unused and was capable to run my hydra builds before. edit: I found https://github.com/NixOS/hydra/issues/1437 that could be similar thing, at least the time range could fit, tho i am seing a different error text. | 16:37:27 | |
| Okay, its locatable to the latest hydra bump, when I revert it, it's working again fine. Should I create an issue in nixpks or more on hydras github? | 20:18:34 | |
| 25 Feb 2025 | ||
There are only two places where nix-eval-jobs uses stoi. Have you set evaluator_workers or evaluator_max_memory_size in your Hydra configuration? | 02:14:18 | |
In reply to @hacker1024:matrix.orgYeah, I am limiting that. So stoi = out of memory? | 06:25:39 | |
No, stoi is a function that parses an integer. What is the exact contents of that part of your config? | 06:26:39 | |
evaluator_max_memory_size = ${toString (4 * 1024 * 1024 * 1024)} which was totally fine previously | 06:27:35 | |
And I am setting evaluator_workers = 2 | 06:28:15 | |
| Hmm yeah that does seem fine | 06:28:30 | |
| Still maybe try without it for a bit and see if that helps? | 06:28:42 | |