]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
increase vm memory for windows test jobs 2108/head
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 8 Feb 2023 11:19:12 +0000 (13:19 +0200)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 8 Feb 2023 11:22:18 +0000 (13:22 +0200)
Windows test jobs use two vms: a windows vm that takes 8gb of ram
and a linux one that currently uses 32gb of ram.

We're using memstore with 5gb per osd. It seems that the linux vm
is running out of memory, which is why the OSDs can get
terminated while running the tests.

We'll go ahead and increase the linux vm memory to 64gb.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
scripts/ceph-windows/setup_libvirt_ubuntu_vm

index 9a27528a8c18c0ab69b7f0d5ff25b86e23c989f6..48a69ad080be635f8fa1ee58d74f4c700a49670b 100644 (file)
@@ -7,7 +7,7 @@ if [[ -z $LIBVIRT_DIR ]]; then echo "ERROR: The env variable LIBVIRT_DIR is not
 export UBUNTU_VM_IMAGE_URL=${UBUNTU_VM_IMAGE_URL:-"https://cloud-images.ubuntu.com/minimal/releases/jammy/release/ubuntu-22.04-minimal-cloudimg-amd64.img"}
 export UBUNTU_VM_NAME=${UBUNTU_VM_NAME:-"ceph-ubuntu-vstart-${JOB_NAME}-${BUILD_ID}"}
 export UBUNTU_VM_VCPUS="$(nproc)"  # use all the CPU cores avaiable on the host
-export UBUNTU_VM_MEMORY="32768"    # 32 GB
+export UBUNTU_VM_MEMORY="65536"    # 64 GB
 export UBUNTU_SSH_USER="ubuntu"
 
 #