Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1614 from endocode/dongsu/increase-ram-fxtests
Browse files Browse the repository at this point in the history
functional: increase RAM to 1024MB to fix build errors
  • Loading branch information
Dongsu Park committed Jun 22, 2016
2 parents f139f14 + bc82266 commit 63b20dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functional/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

# Customize VMs
#$vm_gui = false
$vm_memory = 512
$vm_memory = 1024
$vm_cpus = 1

# Share additional folders to the CoreOS VMs
Expand Down
2 changes: 1 addition & 1 deletion functional/run-in-qemu
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ qemu-img create -f qcow2 -b $BASE_IMAGE $IMAGE || print_error "Failed to create

qemu-system-x86_64 \
-name $NAME \
-m 512 \
-m 1024 \
-net nic,vlan=0,model=virtio \
-net user,vlan=0,hostfwd=tcp:127.0.0.1:$COREOS_SSH_PORT-:22,hostname=$NAME \
-drive if=virtio,file=$IMAGE \
Expand Down

0 comments on commit 63b20dc

Please sign in to comment.