gmunozfe opened a new issue, #2228: URL: https://github.com/apache/incubator-kie-kogito-apps/issues/2228
### Description Keycloak container is trying to allocate ~8 GB of RAM, but some systems may not have enough free memory available to fulfill that request. ``` ERROR [tc.qua.io/.1.0] (pool-16-thread-3) Log output from the failed container: OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x000000054b800000, 8304721920, 0) failed; error='Not enough space' (errno=12) # # There is insufficient memory for the Java Runtime Environment to continue. # Native memory allocation (mmap) failed to map 8304721920 bytes. Error detail: committing reserved memory. ``` ### Implementation ideas Limit keycloak testcontainer memory usage explicitly -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
