Skip to content

Instantly share code, notes, and snippets.

@XT-Martinez
XT-Martinez / patch.sh
Last active October 27, 2024 20:29
Arcadyan AW1000 Openwrt Improvement Patches
#!/bin/sh
# Script by Christian Joel Martinez
# Setup NSS PBUF memory profile
cat << 'EOF' > /etc/config/pbuf
config general opt
# option memory_profile 'off'
# option memory_profile 'auto'
option memory_profile '1gb'
# option memory_profile '512mb'