mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Add file migration system requirements.
See https://github.com/silverstripeltd/open-sourcerers/issues/45 for more information on how these estimates were obtained.
This commit is contained in:
parent
81f90f277d
commit
a245d0c98f
@ -100,3 +100,16 @@ SilverStripe\Core\Injector\Injector:
|
||||
```
|
||||
|
||||
You can also set this to `0` to disable the limit.
|
||||
|
||||
## System Requirements
|
||||
|
||||
The approach to running your file migration depends on your system and how many files you are migrating.
|
||||
|
||||
Please use the following estimates to decide how you will run your file migration:
|
||||
|
||||
| Number of files | Method | Expected Execution Time | Expected Memory Usage |
|
||||
| --- | --- | --- | --- |
|
||||
| < 150 | Web Request | 30 seconds | 6 MB |
|
||||
| < 500 | Queued Job | 120 seconds | 8 MB |
|
||||
| < 10000 | Command Line | 10000 seconds | 916 MB |
|
||||
| 10000+ | Command Line or contact support | n/a | n/a |
|
||||
|
Loading…
Reference in New Issue
Block a user