mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
"Approximate" makes it clearer the expected memory usage may vary
Co-Authored-By: bergice <bergice@users.noreply.github.com>
This commit is contained in:
parent
2e84e9a18f
commit
62e3a2f582
@ -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:
|
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 |
|
| < 150 | Web Request | 30 seconds | 6 MB |
|
||||||
| < 500 | Queued Job | 120 seconds | 8 MB |
|
| < 500 | Queued Job | 120 seconds | 8 MB |
|
||||||
|
Loading…
Reference in New Issue
Block a user