Upgrade robot vms to use 4G RAM from 2G 82/65382/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Thu, 9 Nov 2017 17:52:49 +0000 (09:52 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Thu, 9 Nov 2017 17:52:49 +0000 (09:52 -0800)
commitf471623419a76665a0e2bf85a4a753bd78d8e06d
treec0ee32423aec4391a17e0ee3d33e63d1bfa20e60
parent0f16b29ecc52f1b1beb31f563659b15b07cea4eb
Upgrade robot vms to use 4G RAM from 2G

some robot jobs are creating log files (output.xml) in excess
of 1.5G in size. When robot parses that file to generate it's
html reports it reads the entire file (I believe) in to memory
which ends up causing an OOM scenario in a 2G system. For now,
this will help, but as jobs increase in size and duration,
even 4G will not be enough.

Change-Id: I71c72a8ad62a05549fc4623531f4c7b9387505bc
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/integration/integration-templates.yaml
jjb/integration/integration-test-jobs.yaml
jjb/integration/integration4-templates.yaml