freeipa / freeipa-pr-ci

FreeIPA Pull Request CI
GNU General Public License v3.0
8 stars 32 forks source link

Need to increase RAM on Vagrant Replica images #510

Open f-trivino opened 9 hours ago

f-trivino commented 9 hours ago

The upstream test fedora-latest/test_external_idp is failing because of a new keycloak version is used in PR [cfad7a](https://pagure.io/freeipa/c/cfad7af35dd5a2cdd4081d1e9ac7c245f47f1dce?branch=master) to ipa-server-install. See the logs:

Sep 11 10:11:02 replica0.ipa.test kernel: Out of memory: Killed process 10458 (Web Content) total-vm:2384708kB, anon-rss:1408kB, file-rss:128kB, shmem-rss:28kB, UID:0 pgtables:412kB oom_score_adj:233

The Vagrant images need to be modified to have more memory. The current settings define domain.memory = 2750 (see https://github.com/freeipa/freeipa-pr-ci/blob/master/templates/vagrantfiles/Vagrantfile.ipaserver).