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

Commit

Permalink
Make sure java memory settings match digitalocean image's.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Jul 9, 2015
1 parent dd38fbd commit 279c221
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .kitchen.travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
driver:
name: digitalocean
private_networking: false
size: 512mb

cloud_attributes: &CLOUD_ATTRIBUTES
stash:
jvm:
maximum_memory: 512m
maximum_permgen: 512m

platforms:
- name: centos-6
attributes: *CLOUD_ATTRIBUTES
driver_config:
image: centos-6-5-x64
- name: centos-7
Expand Down

0 comments on commit 279c221

Please sign in to comment.