| 25 Feb 2025 |
shawn8901 | In reply to @hacker1024:matrix.org 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? Yeah, I am limiting that. So stoi = out of memory? | 06:25:39 |
hacker1024 | No, stoi is a function that parses an integer. What is the exact contents of that part of your config? | 06:26:39 |
shawn8901 | evaluator_max_memory_size = ${toString (4 * 1024 * 1024 * 1024)} which was totally fine previously | 06:27:35 |
shawn8901 | And I am setting evaluator_workers = 2 | 06:28:15 |
hacker1024 | Hmm yeah that does seem fine | 06:28:30 |
hacker1024 | Still maybe try without it for a bit and see if that helps? | 06:28:42 |
hacker1024 | Wait that size is in mb though? You're allocating 4EB | 06:29:20 |
hacker1024 | * Wait that size is in mb though? You're allocating 4PB | 06:29:39 |