Sys.meminfo()
returns some basic memory values, such as total ram,
free ram, and ram used for buffers/cache (when applicable).
All of the C-level source code for these methods (in src/meminfo of the root
directory of the memuse source tree) is licensed under the permissive
2-Clause BSD license.