You generally *don't* want to clear buffer and cache memory. Cache will keep commonly-used disk items in memory for reuse later, with the idea that you want as close to 100 of memory utilized as often as possible, as unused memory is useless. Should the memory be needed for programs later the kernel will reallocate cache memory as needed to programs.
|