13. August 2024 #1964
dimakuv
started this conversation in
Meeting notes
13. August 2024
#1964
Replies: 1 comment
-
I'd like to nominate #1971 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Agenda
(please write your proposed agenda items in comments under this discussion)
#ifdef LINUX_KERNEL_PATCHED
-- so we circumvent the second Linux driver bugDmitrii and Kailun: Discuss "EDMM lazy allocation" PR
Woju: what is the impact of the workaround for the first Linux driver bug?
Woju doesn't like commenting out (with an undeclared macro) for the second Linux driver bug
TODO(Kailun): modify the PR according to the decisions.
mwk: discuss #1971
epoll
PAL API solution is complex and hard to implement in other PALsgramine/libos/include/libos_internal.h
Line 230 in 0c0971c
TODO(mwk): can take this task
Dmitrii: discuss #1576
Michal: we can use the proposal in Env ulimit/prlimit not inherited by Gramine process #1576 (comment)
Woju: these limits are totally unrelated to the host OS
setrlimit()
, then the app is again surprisedMichal:
RLIMIT_NOFILE
is the only one from the supported rlimits used in practice, let's add a special manifest option to let users hard-code the value.RLIMIT_NOFILE
at startup; no other code changes needed.TODO(Dmitrii): will do this.
Beta Was this translation helpful? Give feedback.
All reactions