Skip to content

Commit

Permalink
op-guid: Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shenli committed Jul 25, 2016
1 parent 5ed4fe8 commit 6584a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/".
Expand Down

1 comment on commit 6584a40

@QueenyJin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please sign in to comment.