From a79887171cc47218de4a0ac20844d8fb1a8382d5 Mon Sep 17 00:00:00 2001 From: Tiago Boeing Date: Tue, 25 Jul 2023 00:21:37 -0300 Subject: [PATCH] docs: mega: update with solution when receiving killed on process --- docs/content/mega.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/mega.md b/docs/content/mega.md index 9c31e80e0..5532a4fbb 100644 --- a/docs/content/mega.md +++ b/docs/content/mega.md @@ -284,6 +284,10 @@ Properties: {{< rem autogenerated options stop >}} +### Process `killed` + +On accounts with large files or something else, memory usage can significantly increase when executing list/sync instructions. When running on cloud providers (like AWS with EC2), check if the instance type has sufficient memory/CPU to execute the commands. Use the resource monitoring tools to inspect after sending the commands. Look [at this issue](https://forum.rclone.org/t/rclone-with-mega-appears-to-work-only-in-some-accounts/40233/4). + ## Limitations This backend uses the [go-mega go library](https://github.com/t3rm1n4l/go-mega) which is an opensource