I can't answer the specific question about prometheus, but I can tell you 
that you can mmap() any file you like, and it can be larger than the amount 
of RAM in the system.  As you access it, pages are transparently swapped in 
and out from disk as required.  Pages you have read are cached, but if 
there is memory pressure, those cached pages will be dropped.

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/090ac56e-4459-480e-874e-b2b454a5ff58%40googlegroups.com.

Reply via email to