From cb92b32a6dfae4dff06d7333afe51f2b7224f709 Mon Sep 17 00:00:00 2001 From: MrLinks75 <31570259+MrLinks75@users.noreply.github.com> Date: Wed, 3 Apr 2024 00:15:14 +0200 Subject: [PATCH] Update README.md (#316) Additional case for wsl Gotchas --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c90e5f97dc..d8c877e9d1 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,12 @@ On WSL, it's recommended that the WIN32 interop feature be disabled: sudo sh -c "echo -1 > /proc/sys/fs/binfmt_misc/WSLInterop" ``` +In the instance of getting a `Permission Denied` on disabling interop through CLI, it can be permanently disabled by adding the following in `/etc/wsl.conf` +```sh +[interop] +enabled=false +``` + On Raspberry Pi, if you get "mmap error 12" then it means your kernel is configured with fewer than 48 bits of address space. You need to upgrade to RPI 5. You can still use RPI 4 if you either (1) rebuild your kernel,