Skip to content

Commit

Permalink
[Docs] Remove limitation of tmpfs not supporting mmap
Browse files Browse the repository at this point in the history
The tmpfs limitation of not supporting mmap was fixed long ago, but we
forgot to update the documentation.

Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
  • Loading branch information
Dmitrii Kuvaiskii authored and mkow committed Mar 3, 2024
1 parent f9390a6 commit fac30bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Documentation/manifest-syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,8 @@ Gramine currently supports the following types of mount points:

``tmpfs`` is especially useful in trusted environments (like Intel SGX) for
securely storing temporary files. This concept is similar to Linux's tmpfs.
Files under ``tmpfs`` mount points currently do *not* support mmap and each
process has its own, non-shared tmpfs (i.e., processes don't see each other's
files).
Currently there is a limitation that each process has its own, non-shared
tmpfs (i.e., processes don't see each other's files).

Start (current working) directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit fac30bc

Please sign in to comment.