浏览代码

Added customize option to limit machines memory to 128MB. This should be sufficient for all tests

Till Klocke 9 年之前
父节点
当前提交
389d34520f
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .kitchen.yml

+ 6 - 0
.kitchen.yml

@@ -15,12 +15,18 @@ platforms:
     - name: Debian-jessie
       driver:
         box: debian/jessie64
+        customize:
+          memory: 128
     - name: Debian-wheezy
       driver:
         box: debian/wheezy64
+        customize:
+          memory: 128
     - name: Ubuntu-trusty
       driver:
         box: ubuntu/trusty64
+        customize:
+          memory: 128
 
 suites:
   - name: supernode