←back to thread

495 points guntars | 5 comments | | HN request time: 0.803s | source
1. alde ◴[] No.44985140[source]
Unfortunately io_uring is disabled by default on most cloud workload orchestrators, like CloudRun, GKE, EKS and even local Docker. Hope this will change soon, but until then it will remain very niche.
replies(2): >>44986488 #>>44988690 #
2. nicce ◴[] No.44986488[source]
Back to self-hosting!
3. superb_dev ◴[] No.44988690[source]
Why do they disable io_uring?
replies(2): >>44990499 #>>44999134 #
4. arianvanp ◴[] No.44990499[source]
Sandboxing like gvisor is based on syscalls and iouring makes your code syscallless
5. alpb ◴[] No.44999134[source]
Security reasons. https://news.ycombinator.com/item?id=44632240 There are also other edge cases around cgroups accounting that renders some isolation/throttling mechanisms not fully effective.