类型: | integer |
默认: | 10240 (10MB) |
最低限度: | 0 (0kB) |
最大: | 2097151 (2097151kB) |
单元: | KB |
上下文: | sighup |
重新开始: | false |
当logging_collector被启用时,这个参数决定一个个体日志文件的最大尺寸。 当这些数据量被发送到一个日志文件后,将创建一个新的日志文件。 如果指定值的时候没有单位,则以千字节为单位。默认值是10兆字节。设置为零时将禁用基于大小创建新的日志文件。 这个参数只能在postgresql.conf文件中或在服务器命令行上设置。
建议 [EN]
Default is quite small if you have any extra logging turned on at all. Increase to avoid the creation of additional log segments with hard-to-predict names.