summaryrefslogtreecommitdiffhomepage
path: root/util/sysresources/memory_linux.go
AgeCommit message (Collapse)AuthorFilesLines
2023-04-03util/sysresources, magicsock: scale DERP buffer based on system memoryAndrew Dunham1-0/+19
This adds the util/sysresources package, which currently only contains a function to return the total memory size of the current system. Then, we modify magicsock to scale the number of buffered DERP messages based on the system's available memory, ensuring that we never use a value lower than the previous constant of 32. Signed-off-by: Andrew Dunham <andrew@du.nham.ca> Change-Id: Ib763c877de4d0d4ee88869078e7d512f6a3a148d