Round up expected memory usage

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

View File

@ -111,5 +111,5 @@ Please use the following estimates to decide how you will run your file migratio
| --- | --- | --- | --- |
| < 150 | Web Request | 30 seconds | 6 MB |
| < 500 | Queued Job | 120 seconds | 8 MB |
| < 10000 | Command Line | 10000 seconds | 916 MB |
| < 10000 | Command Line | 10000 seconds | 950 MB |
| 10000+ | Command Line or contact support | n/a | n/a |