top, used memory looks normal, but there is a high amount of buffer/cache memoryslabtop indicates that radix_tree_mode has a sizable cachevCenter Memory Resource status changed from Green to Yellow on [vcenter VM name} for continuous Memory utilization 85 percent in 10.0 minsThis is by design and there is no performance impact or effect on the environment.
The reason is that a process or processes in linux OS is performing a lot of file operations. This high amount of file operations at the OS level causes bloat of the buffer/cache memory. Linux will automatically flush the buffer/cache memory when pressure is put on the OS by applications. If no pressure is put on the operating system by applications for additional memory resources, then the buffer/cache will remain at a higher value until the memory is manually synced / flushed or the operating system is rebooted.
The following actions can be taken:
sync; echo 3 > /proc/sys/vm/drop_caches sync command may have a performance impact on the operating system at the time it is run. It is recommended to run this during a maintenance window or off normal hours to minimize the impact.