Skip to content

Conversation

@francedot
Copy link
Contributor

This pull request introduces several enhancements to the scripts/run-local.sh and scripts/run.sh scripts, focusing on adding support for KVM acceleration, configuring VM resources, and improving script documentation.

Enhancements to VM configuration:

  • Added new options for KVM acceleration, RAM size, and CPU cores to the scripts/run-local.sh script:

    • use_kvm (default: true)
    • ram_size (default: 8G)
    • cpu_cores (default: 8)
  • Updated scripts/run.sh to support the new VM configuration options:

    • Added parameters use_kvm, ram_size, and cpu_cores
    • Included a check for the existence of /dev/kvm, and set use_kvm to false if not found
    • Modified invoke_docker_container function to handle KVM, RAM size, and CPU cores settings

@francedot francedot marked this pull request as ready for review September 22, 2024 17:28
@francedot francedot merged commit 907f948 into main Sep 22, 2024
1 check passed
2020-qqtcg pushed a commit to nice-mee/WindowsAgentArena that referenced this pull request Mar 31, 2025
…ram-cpu-cores

Expose RAM_SIZE, CPU_CORES and KVM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants