Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Jun 2, 2024
1 parent b5f87c3 commit 7a861dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It can work with `bytearray` and `numpy array`.

> ⚠️ **Warning**
> **Currently it doens't work in the case of [Copy-on-write fork](https://en.wikipedia.org/wiki/Copy-on-write)
> Also by itself it doesn't work if memory is moved or moved to swap file. You can use `crypes` with `libc.mlockall` to lock the memory, see example below.***
> Also by itself it doesn't work if memory is moved or moved to swap file. You can use `crypes` with `libc.mlockall()` to lock the memory, see example below.***
# Example

Expand Down

0 comments on commit 7a861dc

Please sign in to comment.