-
Notifications
You must be signed in to change notification settings - Fork 3
Hardware Requirements
PowerAuth Docker documentation has been moved to: https://developers.wultra.com/docs/develop/powerauth-docker/Hardware-Requirements
Please use the new developer portal to access documentation.
The HW requirements for the default Docker images are low and current commodity hardware will be able to run the software nicely. If in doubt, use following HW configuration.
- 4GB free RAM for Docker
- 16GB free disk space
- CPU 4×core, 2.0GHz
- 8GB free RAM for Docker
- 16GB free disk space
- CPU 4×core, 2.0GHz
The free disk space mentioned above does not include storage required for the database. The required database space greatly depends on the number of transactions that will be authorized via the system.
Since the data stored in the database may be needed to provide and authorization prove for given transaction, the data should not be deleted (and should be archived). As a result, practical requirement for the database is an "infinite growth" - the storage allocated for the database has to be large enough.
Note that while we include MySQL Docker images in the distribution, you should always use externally mapped database for production.