mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
rc: add core/gc to run a garbage collection on demand
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user