performance_schema_max_file_instances - xiaoboluo768/qianjinliangfang GitHub Wiki
- 控制在监控file handlers对象时,创建的 file handlers instrumented instance数量,即代表performance_schema能够监控的file handlers对象数量
- 全局变量,只读变量,整型值
- 5.6.x版本中,5.6.5及其之前的版本默认为10000,5.6.6及其之后的版本默认值为-1,自动计算值会覆盖默认值-1
- 5.7.x版本中,默认值为-1
- 如果在监控file handlers对象时,发现因为该变量的限制无法创建 file handlers instrumented instance时,则performance_schema会增加状态变量Performance_schema_file_instances_lost的值
- 全局变量,只读变量,整型值
上一篇:performance_schema_max_file_handles | 下一篇:performance_schema_max_mutex_instances