On Mon, Jun 27, 2016 at 4:16 PM <feng19910...@gmail.com> wrote:

> After running several times the system file cache becomes very large

File caches usually try to use any unused RAM the system has. If you write
xGB of data to some file(s) and there is at least xGB of idle RAM in the
system, I'd expect the system to cache all xGB written, because there's a
chance someone will want to read that data back in the near future, which
will perform better from the cache compared to, say a mechanical HD.

IOW, what do you see as being wrong?


-- 

-j

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to