diff --git a/scripts/tune-system.sh b/scripts/tune-system.sh index df9ff7d005..3c12883533 100644 --- a/scripts/tune-system.sh +++ b/scripts/tune-system.sh @@ -40,11 +40,6 @@ Linux) sysctl_write net.core.wmem_max 161061273 sysctl_write net.core.wmem_default 161061273 ;; - -Darwin) - # Adjusting maxdgram to allow for large UDP packets, see BLOB_SIZE in core/src/packet.rs - sysctl_write net.inet.udp.maxdgram 65535 - ;; *) ;; esac