Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Does pipelines have any limitations on disk space used, etc?

Ben
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 24, 2016

This question is in reference to Atlassian Documentation: Limitations of Bitbucket Pipelines (beta)

Some of my builds on Bitbucket Pipelines are failing.  I'm using Maven/Java, and oddly some of the surefire threads fail with ``The forked VM terminated without properly saying goodbye``, so this is just a shot in the dark as to why.  The same commit builds fine on Bamboo.

1 answer

0 votes
Steven Vaccarella
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 12, 2016

Yes, there are limits. The most important one is probably the 2GB memory limit. You could try tweaking your VM settings to limit the amount of memory it can attempt to allocate (eg. using the -Xmx parameter). In the case of surefire it looks like you have it configured to fork a new VM, so be sure to check any settings related to both the original VM (running maven) and the forked VM that is running the tests.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events