Cook-E-team / Cook-E

A mobile application that helps schedule cooking with multiple recipes
GNU General Public License v3.0
2 stars 1 forks source link

Continuous integration builds run out of memory #27

Closed samcrow closed 8 years ago

samcrow commented 8 years ago

Some continuous integration builds on the mssql branch, including https://circleci.com/gh/Cook-E-team/Cook-E/264 , exceed the 4 gigabyte memory limit. This prevents the system from providing accurate test results.

This might be related to the JTDS Microsoft SQL Server library.

samcrow commented 8 years ago

Disabling the test coverage checks seems to have solved the problem. The builds now work.