Expand system requirements to include missing information (#14900)

Specifically:
- JDBC drivers
- Some sort of reference to minimum system requirements

changelog_begin
changelog_end
This commit is contained in:
Stefano Baghino 2022-09-02 09:35:43 +02:00 committed by GitHub
parent 4064e992f3
commit 4b9d32df06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,8 @@ Unless otherwise stated, all Daml runtime components require the following depen
1. Either PostgreSQL 10.0 or greater.
2. Or Oracle Database 19.11 or greater.
4. JDBC drivers compatible with the chosen RDBMS.
Daml is tested using the following specific dependencies in default installations.
1. Operating Systems:
@ -27,6 +29,9 @@ Daml is tested using the following specific dependencies in default installation
3. PostgreSQL 10.0
4. Oracle Database 19.11
In terms of hardware requirements, minimal deployments running simple Daml applications
are regularly tested with as little as 2 GB of memory and access to a single, shared vCPU.
Feature/Component System Requirements
-------------------------------------