Aleksa Sarai
Aleksa Sarai
We need #4851 (specifically 26602650adf2ce42ee8f38e0de66653c507d4d38) backported to release-1.3 and release-1.2 then.
Yeah, just the `Dockerfile` bits. Maybe we should have `make releaseall` do a build with `GO_VERSION=latest`...
While thinking about this some more, I've started to wonder how important this actually is: > That being said, I do somewhat question how important it is if our release...
I agree that the comment is not necessary, it would be better to add a lint to block usage of `os.Is*` functions (we already have this for `os.Create`). Though that...
Given issues like https://github.com/golang/sys/pull/259, I think it might be nice to have a way to indicate "all CPUs" as a way to reset affinity (but without doing `0-1024`, which is...
@kad > theoretically, the higher-level runtime that generates OCI spec might be feeling it with right number based on detected system information. e.g. use result of sched_getaffinity(2) of parent process...
@kolyshkin I think the point is to have the affinity change at different stages rather than it be hook-specific -- hooks will probably inherit them but hooks can also set...
I completely agree on the first two, though I suspect most such cases wouldn't scream "LLM" when you read them anyway (well, aside from being a little too stilted and...
I was wondering why people with no relationship with runc were commenting -- [this issue is the top story on Hacker News.](https://news.ycombinator.com/item?id=45871531) 😅 To folks coming from HN: Let's try...
WDYT @mrunalp @AkihiroSuda @kolyshkin @thaJeztah @lifubang @rata? @AkihiroSuda had concerns about binary size, but if we can slowly migrate with build tags (and potentially produce two binary versions in our...