mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Added mysqlnd.collect_memory_statistics to ini quick reference (#16819)
Fixes #16818 Closes #16819
This commit is contained in:
@@ -119,6 +119,11 @@
|
||||
; Development Value: 60 (60 seconds)
|
||||
; Production Value: 60 (60 seconds)
|
||||
|
||||
; mysqlnd.collect_memory_statistics
|
||||
; Default Value: Off
|
||||
; Development Value: On
|
||||
; Production Value: Off
|
||||
|
||||
; output_buffering
|
||||
; Default Value: Off
|
||||
; Development Value: 4096
|
||||
@@ -1193,6 +1198,9 @@ mysqlnd.collect_statistics = On
|
||||
|
||||
; Enable / Disable collection of memory usage statistics by mysqlnd which can be
|
||||
; used to tune and monitor MySQL operations.
|
||||
; Default Value: Off
|
||||
; Development Value: On
|
||||
; Production Value: Off
|
||||
mysqlnd.collect_memory_statistics = On
|
||||
|
||||
; Records communication from all extensions using mysqlnd to the specified log
|
||||
|
||||
Reference in New Issue
Block a user