Marek
Marek
In the commit fc6f87d29a3f860dbe15e11ecc99f1c0f07a9b40 I made an attempt to automatically convert all strings to and from utf-8. (except properties and tables, where unicode support is not updated here). It's kind...
Here's the problem: I could run `str()` within puka but this would slow it down significantly! Puka does need to work on raw strings (ie: not unicode), as it needs...
http://golang.org/ref/spec#Close
ping me if I can help
Git is a great example of concurrent access, synced by disk, done right - so it is possible. "temporary distribution server" -> suggestions?
Up for discussion: testing, the errors are wrapped simpler than block-vhost-user, benchmarks, regenerate bindgen.sh to avoid declaring stuff like VIRTIO_NET_F_GUEST_USO4
@avagin said: > So the maximum number of guest pid-s is the multiplication of sentry threads and guest processes. I don't follow. If I start 2000 processes in the container,...
Yeah, so you are saying the number of gvisor threads _is_ capped. In this ticket I thought it is not capped. What happens in my case, is: I set a...
Ok, I think I have some example. Here is the scenario: ``` $ /usr/local/bin/runsc -version runsc version release-20200907.0-44-g7e0b019b84b9 $ docker run --runtime=runsc --rm -it ubuntu /bin/bash root@46a0985cd38c:/# while [ 1...
Citing @prattmic from chat: > The tracing stop threads are unused stub threads that are eligible to run user code (stud threads within the same process are eligible only to...