This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new f5eb27c803c [NO-ISSUE] Disclaimer for increasing memory for Docker VM
in `process-security` example (#3006)
f5eb27c803c is described below
commit f5eb27c803c44f01429938961466827b1109ed73
Author: Abhiram Gundala <[email protected]>
AuthorDate: Fri Mar 14 18:09:38 2025 -0400
[NO-ISSUE] Disclaimer for increasing memory for Docker VM in
`process-security` example (#3006)
---
examples/process-security/README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/examples/process-security/README.md
b/examples/process-security/README.md
index abc49457fcb..1f1755509ee 100644
--- a/examples/process-security/README.md
+++ b/examples/process-security/README.md
@@ -170,6 +170,15 @@ After that, start all services (["Infrastructure
requirements/Container mode"](#
docker compose up
```
+### Important Note on Resource Usage
+
+This example relies on multiple services running via Docker Compose, including
Keycloak, PostgreSQL, pgAdmin, and other kie services . Running all these
services simultaneously _requires a significant amount of system memory_. If
you experience frequent container restarts or failures without logs, it may
indicate that system is running out of memory.
+
+**Recommendations**:
+
+- Increase Docker's allocated memory for your Docker VM based on system
configuration.
+- Close unnecessary applications to free up system resources before running
the example.
+
## Using
### Access Token
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]