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] depends: [not-dumbvm-vm]
sys161: sys161:
cpus: 2 cpus: 2
ram: 12M ram: 16M
--- ---
khu khu
$ /testbin/quinthuge $ /testbin/quinthuge

View File

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

View File

@ -5,7 +5,7 @@ description:
tags: [stability-vm] tags: [stability-vm]
depends: [/vm/bigfork.t, /vm/parallelvm.t, /vm/quintmat.t, /vm/zero.t, /vm/sort.t] depends: [/vm/bigfork.t, /vm/parallelvm.t, /vm/quintmat.t, /vm/zero.t, /vm/sort.t]
sys161: sys161:
ram: 8M ram: 10M
cpus: 4 cpus: 4
--- ---
khu khu