Frieder Erdmann
Frieder Erdmann
So running a 1TB memory SGX enclave on a server with 256GB EPC works very well. I did however run into `pal/src/slab.c:69: log_error("*** Out-of-memory in PAL (try increasing 'loader.pal_internal_mem_size') ***");`...
For our use case, implementing flock for tmpfs would be sufficient for now. As tmpfs is per process only my understanding would be we could always return success?
@dimakuv @boryspoplawski Would you accept a PR that implements flock for tmpfs only by always returning success?
@boryspoplawski > There could be multiple threads (which share virtual memory and hence tmpfs) From my understanding reading the flock manpage, file locking happens at the process level. So multiple...
@dimakuv @mkow @woju As we've discussed in the Gramine Contributor Meeting yesterday, Gramine Reproducible Builds would be important for our use case. What further steps would need to taken to...
@woju might be referring to tools listed here: https://reproducible-builds.org/tools/
@dimakuv @woju We've been able to reproduce the deb builds except of one single lib file, `libsysdb.os`. We're not sure what is causing the diffs. Any thoughts? You can checkout...
Thanks @sbellem for chiming in and providing your insight. I think it is important to clarify that we're not trying to reproduce the container image itself, but the actual gramine...
@zerosnacks while it definitely would be nice to have this, my focus has moved on and I don't have the time to get this cleaned up. Happy though if someone...
Yes, that aligns with the idea. A light client library with a very simple interface to be used for custom non RPC implementations would be very interesting.