@ -11,10 +11,10 @@ ensure_env || exit 1
|
||||
cat > /etc/sysctl.d/20-solana-node.conf <<EOF
|
||||
|
||||
# Solana networking requirements
|
||||
net.core.rmem_default=1610612736
|
||||
net.core.rmem_max=1610612736
|
||||
net.core.wmem_default=1610612736
|
||||
net.core.wmem_max=1610612736
|
||||
net.core.rmem_default=134217728
|
||||
net.core.rmem_max=134217728
|
||||
net.core.wmem_default=134217728
|
||||
net.core.wmem_max=134217728
|
||||
|
||||
# Solana earlyoom setup
|
||||
kernel.sysrq=$(( $(cat /proc/sys/kernel/sysrq) | 64 ))
|
||||
|
Reference in New Issue
Block a user