Levente Kurusa
Levente Kurusa
I've started working on an API that looks like this: ```rust let cgroup: Cgroup = CgroupBuilder::new("hello", V1) .memory() .kernel_memory_limit(1024 * 1024) .memory_hard_limit(1024 * 1024) .done() .cpu() .shares(100) .done() .build(); ```...
We should hook up the path cannibalization code I wrote to `open(2)`. At the same time it would be nice to implement a trivial namecache that translates long path names...
It would be nice if Damon provided the list of ports that a job has allocated and their mappings on the client. :)
See attached. [output.csv](https://github.com/nviennot/core-to-core-latency/files/9601713/output.csv)
``` ERRORS ./cli/tests/unit/serve_test.ts (uncaught error) error: (in promise) TypeError: error sending request for url (http://localhost:8000/): connection closed before message completed const res1 = await fetch(`http://localhost:${port}/`); ^ at async mainFetch (ext:deno_fetch/26_fetch.js:266:12)...