Skip to content

Implement gs_utils_get_memory_total for FreeBSD

Ting-Wei Lan requested to merge wip/lantw/freebsd-memory-total into master

sysinfo is a Linux-specific system call which is not available on other operating systems. This commit adds an implementation using the value come from sysctl hw.physmem for FreeBSD.

Merge request reports