stevedlawrence opened a new pull request #78: Configure the Travis CI build 
environment for more memory
URL: https://github.com/apache/incubator-daffodil/pull/78
 
 
   The default Travis CI build environment (sudo: false, dist: trusty) is
   container based on only provides a max of 4GB of memory. This is near
   the limit Daffodil requires to run all the tests and create artifacts,
   which sometimes results in a kill -9 when it runs out of memory and the
   build fails. This configures Travis CI to use a virtual machine based
   environment (sudo: true, dist: trust). This takes longer to start up
   (20-50 seconds vs 1-6 seconds) and we don't actually need the sudo
   functionality, but it provides 7.5GB of memory. Daffodil already takes
   20+ minutes to run all the tests on Travis CI--an extra minute of
   startup time won't even be noticed. Allows configuring SBT to use 7GB
   instead of 4GB when run in the Travsi CI environment.
   
   DAFFODIL-1962

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to