From 612ada6a099598ba6b0397a2c5475825966d9114 Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Wed, 1 Jul 2015 08:32:54 +0200 Subject: [PATCH] Add literal backticks --- users/syncthing.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/users/syncthing.rst b/users/syncthing.rst index 6d8a7bfdd..9d271f01b 100644 --- a/users/syncthing.rst +++ b/users/syncthing.rst @@ -162,17 +162,18 @@ STPROFILER STCPUPROFILE Write a CPU profile to cpu-$pid.pprof on exit. STHEAPPROFILE - Write heap profiles to heap-$pid-$timestamp.pprof each time heap usage + Write heap profiles to ``heap-$pid-$timestamp.pprof`` each time heap usage increases. STBLOCKPROFILE Write block profiles to ``block-$pid-$timestamp.pprof`` every 20 seconds. STPERFSTATS - Write running performance statistics to perf-$pid.csv. Not supported on + Write running performance statistics to ``perf-$pid.csv``. Not supported on Windows. STNOUPGRADE Disable automatic upgrades. GOMAXPROCS - Set the maximum number of CPU cores to use. Defaults to all available CPU cores. + Set the maximum number of CPU cores to use. Defaults to all available CPU + cores. GOGC Percentage of heap growth at which to trigger GC. Default is 100. Lower numbers keep peak memory usage down, at the price of CPU usage