mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-09 03:48:05 +00:00
Merge pull request #1110 from liubin/fix/1109-add-enable_pprof
runtime: change configuration key name from EnablePprof to enable_pprof
This commit is contained in:
commit
06b9294c7d
@ -235,4 +235,4 @@ experimental=@DEFAULTEXPFEATURES@
|
|||||||
|
|
||||||
# If enabled, user can run pprof tools with shim v2 process through kata-monitor.
|
# If enabled, user can run pprof tools with shim v2 process through kata-monitor.
|
||||||
# (default: false)
|
# (default: false)
|
||||||
# EnablePprof = true
|
# enable_pprof = true
|
||||||
|
@ -234,4 +234,4 @@ experimental=@DEFAULTEXPFEATURES@
|
|||||||
|
|
||||||
# If enabled, user can run pprof tools with shim v2 process through kata-monitor.
|
# If enabled, user can run pprof tools with shim v2 process through kata-monitor.
|
||||||
# (default: false)
|
# (default: false)
|
||||||
# EnablePprof = true
|
# enable_pprof = true
|
||||||
|
@ -360,4 +360,4 @@ experimental=@DEFAULTEXPFEATURES@
|
|||||||
|
|
||||||
# If enabled, user can run pprof tools with shim v2 process through kata-monitor.
|
# If enabled, user can run pprof tools with shim v2 process through kata-monitor.
|
||||||
# (default: false)
|
# (default: false)
|
||||||
# EnablePprof = true
|
# enable_pprof = true
|
||||||
|
@ -506,4 +506,4 @@ experimental=@DEFAULTEXPFEATURES@
|
|||||||
|
|
||||||
# If enabled, user can run pprof tools with shim v2 process through kata-monitor.
|
# If enabled, user can run pprof tools with shim v2 process through kata-monitor.
|
||||||
# (default: false)
|
# (default: false)
|
||||||
# EnablePprof = true
|
# enable_pprof = true
|
||||||
|
Loading…
Reference in New Issue
Block a user