From 483c8d6454f4c49bfcf8c6ccf7bb82180562e0bf Mon Sep 17 00:00:00 2001 From: twoneis Date: Fri, 25 Apr 2025 09:37:32 +0200 Subject: [PATCH] add note about increased fd --- notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notes.md b/notes.md index 853b0d1b8..b8cba0bc3 100644 --- a/notes.md +++ b/notes.md @@ -7,3 +7,6 @@ - leak page aligned object locations - deduce sup-page granular objects (how?) - intel CPU needed (8th-14th gen) (?) + +## FD limit +- Must increase number of allowed FDs for spray to work. E.g. with `ulimit -n $(ulimit -n -H)`