<infinisil>
rycee: Aw man, I'm not sure how to do this scheduling
<infinisil>
I feel like this should be a solved problem already
<infinisil>
"Give us 5 people a date to meet when we all have time"
<infinisil>
Why is this so hard
<infinisil>
Painfully entering every hour of every day I have time on for the next month or so in Doodle is the best solution I can think of right now, maybe ask for absences beforehand
<infinisil>
Maybe I should just use https://www.when2meet.com/ for it to be much less painful, even though it doesn't support mobile
<lovesegfault>
infinisil: You wouldn't happen to know about Go nix stuff, would you?
<infinisil>
lovesegfault: If you have a question about it you can just ask the channel. If I can help I'd reply :)
genesis has quit [Remote host closed the connection]
genesis has joined #nixos-dev
orivej has quit [Ping timeout: 258 seconds]
<rycee>
infinisil: Yeah, arranging meetings can be a big PIA. In any case, I will try to arrange so that I can join whenever. It's just I have difficulties guaranteeing a specific time.
<rycee>
But nobody has entered times in Doodle yet? :-/
<infinisil>
Yeah..
<infinisil>
Maybe everybody is on holidays
<rycee>
Yes, around this time it's extra tricky.
<rycee>
Especially if Nix is something you do as work :-)
<infinisil>
I should probably send a follow-up mail that this is canceled for now, again
<rycee>
Wasn't there a regular meeting with the RFC committee? Some of these people are already in that one, right? So perhaps it would be likely that they would be available near that time…
justanotheruser has quit [Ping timeout: 252 seconds]
justanotheruser has joined #nixos-dev
mmlb has quit [Ping timeout: 268 seconds]
<domenkozar[m]>
Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS
<domenkozar[m]>
on trunk-combined :/
<samueldr>
oh, and it might have been for more than one eval
<samueldr>
last eval is more than 48h older than last checked
<samueldr>
though it's likely the old issue that had been worked around by splitting the aarch64 eval from the main eval
<samueldr>
the way the hydra eval works is by restarting the eval every time the memory consumption is too great, but AFAIUI it keeps the same GC uh... "area", which gets more and more fragmented
<samueldr>
restarting and continuing the eval where it was restarted at*
<samueldr>
it might finally be at the point where there's no workaround; this would need to be fixed in the eval code (both nix and hydra) or by reducing the footprint of nixpkgs (probably hard!)
<domenkozar[m]>
I wonder how much would floating out lets help
<domenkozar[m]>
I know that I once made 1h evaluation be 3min by doing that what a compiler could :)
<samueldr>
I'm leaving the language-side hypothetics to those that know more :)
<samueldr>
re-queued nixos:trunk-combined, though I guess it's not going to change much considering it evaluated at least 2 times, probably 4 and failed
<gchristensen>
what is failing? :o
<samueldr>
[12:56:34] <domenkozar[m]> Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS
<samueldr>
[12:56:42] <domenkozar[m]> on trunk-combined :/