2021-03-31 20:12:08 +02:00
|
|
|
---
|
|
|
|
title: "rclone test memory"
|
|
|
|
description: "Load all the objects at remote:path into memory and report memory stats."
|
2022-12-20 18:16:14 +01:00
|
|
|
versionIntroduced: v1.55
|
2021-03-31 20:12:08 +02:00
|
|
|
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/test/memory/ and as part of making a release run "make commanddocs"
|
|
|
|
---
|
|
|
|
# rclone test memory
|
|
|
|
|
|
|
|
Load all the objects at remote:path into memory and report memory stats.
|
|
|
|
|
|
|
|
```
|
|
|
|
rclone test memory remote:path [flags]
|
|
|
|
```
|
|
|
|
|
|
|
|
## Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for memory
|
|
|
|
```
|
|
|
|
|
|
|
|
See the [global flags page](/flags/) for global options not listed here.
|
|
|
|
|
2024-09-08 17:21:56 +02:00
|
|
|
## See Also
|
2021-03-31 20:12:08 +02:00
|
|
|
|
|
|
|
* [rclone test](/commands/rclone_test/) - Run a test command
|
|
|
|
|