Skip to content

Commit

Permalink
Update README.md (Mozilla-Ocho#316)
Browse files Browse the repository at this point in the history
Additional case for wsl Gotchas
  • Loading branch information
MrLinks75 authored Apr 2, 2024
1 parent 56a9d76 commit cb92b32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cb92b32

Please sign in to comment.