Unverified Commit 3dabcc09 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update QEMU image and resource limits in codespaces

parent 77336012
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
services:
  qemu:
    image: qemux/qemu
    image: qemux/qemu@v7.21
    container_name: qemu
    environment:
      BOOT: "mint"
      RAM_SIZE: "max"
      DISK_SIZE: "max"
      CPU_CORES: "max"
      MTU: "1486"
      RAM_SIZE: "6G"
      DISK_SIZE: "16G"
      CPU_CORES: "2"
    devices:
      - /dev/kvm
      - /dev/net/tun