System Requirements
OS
Windows 10 or higher
Windows server 2019 or higher
Memory
8 GB RAM minimum
32 GB of RAM recommended
Processor
Intel Xeon E3 1270 V6 or equivalent (Xeon Quadcore, 8 threads / virtual processors)
Software
MongoDB Server version 5.x or higher
A browser: Chrome and Edge recommended. Firefox is not supported
Other Requirements
We recommend whitelisting the following IPs on port 443, which are used by our license validation platform
IP | Notes |
---|---|
23.102.21.212 | app.cryptolens.io, used at the moment |
40.113.70.59 | api.cryptolens.io, will be used in newer updates |
20.82.170.150 | api.cryptolens.io, reserved and may be used in the future |
If you need to run CPU intensive flows it is recommended to run Mongo on a different machine.
Drive configuration
Production settings:
For storage we require different configuration depending on the server:
- Migration server:
- C: 100GB SSD (for OS)
- D: 500GB SSD (for software and import packages)
- MongoDB server:
- C: 100GB SSD (for OS)
- D: 2TB SSD (for the database for migrations up to 1 TB)
Testing/personal settings:
- The best practice drive configuration is: one drive for the system, one drive for the software (minimum of 10GB) and one drive for the migration data (which is preferably an SSD)
- For the minimum size of the data drive, use the following formula: S = TS * 2,25
- Where TS is the total size of the data to migrate in TB and S is the size of the data drive in TB
The data drive configuration applies to the machine where MongoDB is installed, since it stores all the migration data. However, as a user you can choose to story binary data outside of the Content Store (which uses MongoDB). In that case, the data drive configuration applies to the machine where the binary data is stored.
Best practices
Although it is possible to run Xill4 and MongoDB on the same machine, it is not recommended when performing actual migrations. When performing migrations, a distributed setup with a separate machine for MongoDB is recommended. This will ensure that MongoDB's performance will not be affected by the flows that are being executed by Xill4 or vice versa.
For deploying MongoDB, we refer to their recommended system requirements. In addition, a minimum of 32GB of RAM is recommended, which is suitable for most data sets.