Michał Kowalczyk

Results 169 comments of Michał Kowalczyk

> My current PoC is based on the V4 version of the submitted kernel patch series. V5 seems to be the final one and the maintainers are satisfied. Since V5...

> Heap pool resizing is associated with how we free the heap No, the idea is to also grow it in bigger chunks. Ofc. this assumes that user allocations are...

@boryspoplawski: My assumption is that in practice most LibOS allocation requests are just trying to expand heap via mmap to handle a small allocation from app's `malloc()`. > All memory...

Aren't you missing the entrypoint from it? How can Gramine know what binary to start? I assume you just copied the manifest incorrectly?

Oh, I missed that you're using GSC, not vanilla Gramine.

We plan to do a bigger rework of the whole sockets subsystem very soon, we'll hopefully fix this as part of it.

Another small issue: Any idea how to make a test which tests this logic? I.e. uses huge amounts of PAL internal memory.

## Comments to the RFC ### The developer signature Normally I'd say that this is completely out of scope for Graphene and this should be implemented by the developer's infra...

> It's now possible to use `-Dpython.install_env=system` and have python modules installed into /usr/lib/python3.X even when configured with --prefix=/usr/local. Should we recommend this in our docs? Or maybe disable default...

We plan to have reproducible builds, but the priority of this is uncertain yet. I'd like to have that for the next release, but we'll see. Also, contributions are welcome,...