摘要:
$Deployment.spec.selector.matchLabels: $Deployment.spec.template.spec.containers $DeployName=$Deployment.metadata.name $LastDeploySince=$Deployment.me 阅读全文
posted @ 2018-04-13 19:33
PanPan003
阅读(955)
评论(0)
推荐(0)
摘要:
默认情况下,.NET Core应用的内存回收模式是Server模式,这种情况下,内存占用和服务器核心数量有关,一半占用量比较大。 我们的应用目前吞吐量都不大,可以采用Workstation模式,这种模式下可以减少内存占用。 配置方法: <PropertyGroup> <ServerGarbageCo 阅读全文
posted @ 2018-04-13 14:42
PanPan003
阅读(1314)
评论(1)
推荐(1)