Bumped up memory configuration for quint tests

This commit is contained in:
Scott Haseley 2016-04-15 16:24:03 -04:00
parent e21c37b14f
commit 4472cbaed0
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ tags: [vm]
depends: [not-dumbvm-vm]
sys161:
cpus: 2
ram: 12M
ram: 16M
---
khu
$ /testbin/quinthuge

View File

@ -6,7 +6,7 @@ tags: [vm]
depends: [not-dumbvm-vm]
sys161:
cpus: 2
ram: 8M
ram: 10M
---
khu
$ /testbin/quintmat

View File

@ -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