Skip to content

Commit c74d163

Browse files
markus-becker-tridonic-comzackelia
andauthoredMar 3, 2025
Update DEVELOPMENT.md
Co-authored-by: Zack Elia <github@zacharyelia.com>
1 parent c6d972f commit c74d163

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎DEVELOPMENT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ The server runs a Matter Controller and includes all logic for storing node info
2222

2323
If you happen to get `OSError: [Errno 105] No buffer space available.`, increase the IPv4 group limits with:
2424
```
25-
echo "net.ipv4.igmp_max_memberships=1024" >> sysctl.conf
26-
sudo sysctl -p sysctl.conf
25+
echo "net.ipv4.igmp_max_memberships=1024" | sudo tee -a /etc/sysctl.d/local.conf
26+
sudo service procps force-reload
2727
```
2828

2929
## Python client library only

0 commit comments

Comments
 (0)