Skip to content

Commit

Permalink
use large memory to avoid resource exhaustion issue during running nt…
Browse files Browse the repository at this point in the history
…ttcp
  • Loading branch information
LiliDeng committed Feb 13, 2025
1 parent 66a1fe9 commit d20b052
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lisa/tools/qemu.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ def create_vm(

cmd = self._configure_qemu_command_for_cpu(cmd)

# use 4 GB memory to aviod resource exhaustion during running tests
cmd += "-m 4G "

# -enable-kvm: enable kvm
# -display: enable or disable display
# -daemonize: run in background
Expand Down

0 comments on commit d20b052

Please sign in to comment.