"Approximate" makes it clearer the expected memory usage may vary

Co-Authored-By: bergice <bergice@users.noreply.github.com>
This commit is contained in:
Maxime Rainville 2019-02-13 15:01:04 +01:00 committed by GitHub
parent 2e84e9a18f
commit 62e3a2f582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ The approach to running your file migration depends on your system and how many
Please use the following estimates to decide how you will run your file migration:
| Number of files | Method | Expected Execution Time | Expected Memory Usage |
| Number of files | Method | Expected Execution Time | Approximate Memory Usage |
| --- | --- | --- | --- |
| < 150 | Web Request | 30 seconds | 6 MB |
| < 500 | Queued Job | 120 seconds | 8 MB |