Skip to content

Commit

Permalink
Bumped up memory configuration for quint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shaseley committed Apr 15, 2016
1 parent e21c37b commit 4472cba
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test161/tests/vm/quinthuge.t
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ tags: [vm]
depends: [not-dumbvm-vm]
sys161:
cpus: 2
ram: 12M
ram: 16M
---
khu
$ /testbin/quinthuge
2 changes: 1 addition & 1 deletion test161/tests/vm/quintmat.t
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ tags: [vm]
depends: [not-dumbvm-vm]
sys161:
cpus: 2
ram: 8M
ram: 10M
---
khu
$ /testbin/quintmat
2 changes: 1 addition & 1 deletion test161/tests/vm/stability/vm-stability.t
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ description:
tags: [stability-vm]
depends: [/vm/bigfork.t, /vm/parallelvm.t, /vm/quintmat.t, /vm/zero.t, /vm/sort.t]
sys161:
ram: 8M
ram: 10M
cpus: 4
---
khu

0 comments on commit 4472cba

Please sign in to comment.