The gramine-vm ... case will start but then hang (after ~100 requests).
This started to happen after the latest rebase. An important thing that changed is the eventfd modification (and removal of the insecure_eventfd manifest option in Memcached). On the other hand, Redis doesn't use eventfd...
Description of the problem
Follow this tutorial: https://github.com/gramineproject/gramine-tdx/discussions/17 or https://github.com/gramineproject/gramine-tdx/discussions/16
The
gramine-vm ...
case will start but then hang (after ~100 requests).This started to happen after the latest rebase. An important thing that changed is the
eventfd
modification (and removal of theinsecure_eventfd
manifest option in Memcached). On the other hand, Redis doesn't use eventfd...