Skip to content

Commit 5cfca02

Browse files
Merge pull request #127 from wso2/prerequisites
Add system requirements doc
2 parents 655d79f + 1eb3e7b commit 5cfca02

File tree

4 files changed

+85
-1
lines changed

4 files changed

+85
-1
lines changed

en/docs/get-started/install-wso2-integrator-bi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Download and install [Visual Studio Code](https://code.visualstudio.com/download
77
## Step 2: Install the WSO2 Integrator: BI extension
88

99
1. Go to the Extensions view by clicking on the extension icon on the sidebar or pressing `Ctrl + Shift + X` on Windows and Linux, or `Shift + ⌘ + X` on a Mac.
10+
> Check [system requirements](/references/system-requirements/) to verify environment compatibility.
1011
2. Search for `WSO2 Integrator: BI` in the extensions view search box.
1112
3. Click on the **Install** button to install the `WSO2 Integrator: BI` extension.
1213

en/docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
"title": "References",
7373
"icon": "📖",
7474
"links": [
75-
{"name": "Enterprise Integration Patterns", "url": "references/enterprise-integrations-patterns/"}
75+
{"name": "Enterprise Integration Patterns", "url": "references/enterprise-integrations-patterns/"},
76+
{"name": "System requirements", "url": "references/system-requirements/"}
7677
]
7778
},
7879
{
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
# WSO2 Integrator: BI System requirements
2+
3+
Prior to installing WSO2 Integrator: BI, make sure that the appropriate prerequisites are fulfilled.
4+
5+
<table>
6+
<tr>
7+
<td>
8+
<b>Minimum</b>
9+
<p>(Suitable for smaller integrations)</p>
10+
</td>
11+
<td>
12+
<ul>
13+
<li>
14+
0.2 core (compute units with at least 1.0-1.2 GHz Opteron/Xeon processor)
15+
</li>
16+
<li>
17+
512 MB heap size
18+
</li>
19+
</ul>
20+
</td>
21+
</tr>
22+
<tr>
23+
<td>
24+
<b>Recommended</b>
25+
<p>(Suitable for larger integrations)</p>
26+
</td>
27+
<td>
28+
<ul>
29+
<li>
30+
1 core (compute units with at least 1.0-1.2 GHz Opteron/Xeon processor)
31+
</li>
32+
<li>
33+
1 GB memory for the container/pod
34+
</li>
35+
</ul>
36+
</td>
37+
</tr>
38+
</table>
39+
40+
## Environment compatibility
41+
42+
The details of the tested environments for the WSO2 Integrator: BI are given below.
43+
44+
### Tested operating systems
45+
46+
The WSO2 Integrator: BI runtime is tested with the following operating systems:
47+
48+
| Operating System | Versions |
49+
|--------------------------|------------|
50+
| Windows | 10+ |
51+
| Ubuntu | 24.04 |
52+
| Red Hat Enterprise Linux | 9 |
53+
| MacOS | 14.6 |
54+
55+
### Tested Java Runtime Environments
56+
57+
The WSO2 Integrator: BI runtime is tested with the following JREs:
58+
59+
> A compatible JRE version will be automatically installed during the Ballerina installation process if one is not already available in the environment.
60+
61+
| JRE |Versions|
62+
|-------------|--------|
63+
| CorrettoJRE | 21 |
64+
| AdoptOpenJRE | 21 |
65+
| OpenJRE | 21 |
66+
| Oracle JRE | 21 |
67+
68+
### Tested Database Management Systems
69+
70+
The WSO2 Integrator: BI runtime is tested with the following databases:
71+
72+
| DBMS | Versions |
73+
|----------------------|-------------------------|
74+
| MySQL | 8+ |
75+
| Oracle | 12c R2+ |
76+
| Microsoft SQL Server | 2005+ |
77+
| PostgreSQL | 8.4+ |
78+
79+
### ARM compatibility
80+
81+
WSO2 Integrator: BI is compatible with ARM processors. It can run on ARM-based systems, such as those with Apple Silicon or ARM-based Linux distributions.

en/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ nav:
159159
- OpenSearch: observability-and-monitoring/supported-observability-tools-and-platforms/opensearch.md
160160
- References:
161161
- "Enterprise Integrations Patterns": references/enterprise-integrations-patterns.md
162+
- "System Requirements": references/system-requirements.md
162163

163164

164165
# Markdown extensions configuration

0 commit comments

Comments
 (0)