云数据库 GAUSSDB-内存:local_syscache_threshold

时间:2024-11-13 14:45:09

local_syscache_threshold

参数说明:单个session的系统缓存占用内存的最大值,当实际系统缓存大小超过该阈值时,会触发内存淘汰。如果参数enable_global_plancache已打开,则local_syscache_threshold设置值小于16MB时不会生效,此时为保证GPC生效,该参数取值最小为16MB。如果参数enable_global_syscacheenable_thread_pool已打开,则该参数描述的是当前线程和绑定到当前线程上的session缓存的总大小。该参数可在PDB级别设置。

参数类型:整型

参数单位:kB

取值范围1024 ~ 524288

默认值:

32MB(196核CPU/1536G内存);16MB(128核CPU/1024G内存,104核CPU/1024G内存,96核CPU/1024G内存,96核CPU/768G内存,80核CPU/640G内存,64核CPU/512G内存,60核CPU/480G内存,32核CPU/256G内存,16核CPU/128G内存,8核CPU/64G内存,4核CPU/32G内存,4核CPU/16G内存)。在PDB场景内,若未设置该参数,则默认值为16MB。

support.huaweicloud.com/centralized-devg-v8-gaussdb/gaussdb-40-0324.html