rc: add core/gc to run a garbage collection on demand

This commit is contained in:
Nick Craig-Wood
2018-05-11 13:53:13 +01:00
parent 573ef4c8ee
commit 3a2248aa5f
2 changed files with 23 additions and 0 deletions

View File

@@ -97,6 +97,12 @@ Eg
The format of the parameter is exactly the same as passed to --bwlimit
except only one bandwidth may be specified.
### core/gc: Runs a garbage collection.
This tells the go runtime to do a garbage collection run. It isn't
necessary to call this normally, but it can be useful for debugging
memory problems.
### core/memstats: Returns the memory statistics
This returns the memory statistics of the running program. What the values mean