sysctl settings for robustly handling tons of users
Edit /etc/sysctl.d/99-custom.conf
# max memory that sockets may request
net.core.rmem_max = 33554432
net.core.wmem_max = 33554432
# default memory allocated to sockets
sysctl settings for robustly handling tons of users
Edit /etc/sysctl.d/99-custom.conf
# max memory that sockets may request
net.core.rmem_max = 33554432
net.core.wmem_max = 33554432
# default memory allocated to sockets
ASan (and it's younger brother, HWASan) are incredible tools for debugging memory integrity bugs in native applications. This guide explains how to set up HWASan for Geode mods on Android and how to analyze crashes.
Requirements: