]
Tristan Tarrant updated ISPN-11996:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 11.0.1.Final
Assignee: Diego Lovison
Resolution: Done
Allow customize memory and memory swap for Testcontainers images
----------------------------------------------------------------
Key: ISPN-11996
URL:
https://issues.redhat.com/browse/ISPN-11996
Project: Infinispan
Issue Type: Enhancement
Affects Versions: 11.0.0.CR1
Reporter: Diego Lovison
Assignee: Diego Lovison
Priority: Major
Fix For: 11.0.1.Final
In order to avoid the OS kill the bash script, we need to allow a custom memory and
memory swap for Testcontainers images.
The combo CentOS8 and docker ( unsupported ) is failing because, after some time, CentOS
is killing the bash script with the exit code 137.
Allowing a custom memory and memory swap configuration fixes the issue.