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.