文章目录 int const*int *constconst int* const记忆图参考文档 int const* int const* 是指向常量整数的指针。 这意味着被声明的变量是指向常量整数的指针。实际上,这意味着指针指向了不应更改的值。在这种情况下,const限定符不会影响指针&…
Tomcat 启动项目无法启动 报错:background cache eviction process was unable to free [10] percent of the cache for Context [/test - consider increasing the maximum size of the cache. After eviction approximately [9,267] KB of data remained in the c…
The background cache eviction process was unable to free [10] percent of the cache for Context [/liuda] - consider increasing the maximum size of the cache. After eviction approximately [11,145] KB of data remained in the cache
console警告缓存不够。 根据…
pod eviction
当资源使用情况触发了驱逐条件时,kubelet会启动一个任务去轮流停止运行中的pod,直到资源使用状况恢复到阈值以下。以硬驱逐为例,整体流程是:
每隔一段时间从cadvisor中获取资源使用情况,发现触发了阈值…