From 6584a40d5a35b931af405abf64b2998a55228a2a Mon Sep 17 00:00:00 2001 From: shenli Date: Mon, 25 Jul 2016 14:43:48 +0800 Subject: [PATCH] op-guid: Address comment --- op-guide/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-guide/configuration.md b/op-guide/configuration.md index 6d2467ae1541b..845e3eecd1efa 100644 --- a/op-guide/configuration.md +++ b/op-guide/configuration.md @@ -45,7 +45,7 @@ The default TiDB ports are 4000 for client requests and 10080 for status report. ### --perfschema + enable(1) or disable(0) the performance schema + default: "0" -+ The value can be (1) or (0). (1) is to enable and (0) is to disable. The Performance Schema provides a way to inspect internal execution of the server at runtime. See [performance schema](http://dev.mysql.com/doc/refman/5.7/en/performance-schema.html) for more information. If enable performance schema, the performance will be affected. ++ The value can be (1) or (0). (1) is to enable and (0) is to disable. The Performance Schema provides a way to inspect internal execution of the server at runtime. See [performance schema](http://dev.mysql.com/doc/refman/5.7/en/performance-schema.html) for more information. If you enable the performance schema, the performance will be affected. ### $TIDB_PPROF environment variable + An environment variable that is used to enable or disable the runtime profiling data via the HTTP server. The Address is at client URL + "/debug/pprof/".