I new to FreeBSD. I didn't notice the htop / avail memory but after I upgrade from 13.2 to 14.0 RELEASE. It's show Avail memory only 2.8GB the actual mem is 12GB.
uname -a
FreeBSD hfbsd 14.0-RELEASE-p6 FreeBSD 14.0-RELEASE-p6 #0: Tue Mar 26 20:26:20 UTC 2024...
Hello Team,
I am facing one issue in which process memory goes on increasing day by day. It starts with 150MB and reaches to 1.7GB with 2-3 days.There is no leak in code as same code works on Linux platform smoothly without any memory issue. I am freeing up all memory which is allocated by mmap...
Hi all,
I'm just trying to compile osm2rdf (osm map data to GeoSPARQL), and found that
they use sysconf(_SC_AVPHYS_PAGES) to get available memory:
int64_t available() {
return sysconf(_SC_AVPHYS_PAGES) * sysconf(_SC_PAGE_SIZE);
}
Looking at sysconf(3) I can see that we do not have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.