Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull request TC10 heap space issues #60

Open
bondarewicz opened this issue Mar 14, 2017 · 2 comments
Open

Pull request TC10 heap space issues #60

bondarewicz opened this issue Mar 14, 2017 · 2 comments

Comments

@bondarewicz
Copy link

We've noticed heap space issues with TC10, we had to temporarily disable the plugin as it was constantly maxing out the resources, we use snapshot-20161503143845.

Pull Request settings:
VCS Type: Bitbucket
Base branch: dev

VCS Settings:
Default branch: dev
Branch specification: +:refs/heads/*

TC usage before:
image

TC usage after disabling the plugin:
image

does anyone have any ideas/workarounds?

@alexeygrigorovaurea
Copy link

Hey @bondarewicz
I know what the problem we just faced same)
https://github.com/ArcBees/teamcity-plugins/blob/master/pullrequests/src/main/java/com/arcbees/pullrequest/PullRequestChainParser.java#L49
here is a buggy line
when you have a pull request from fork to main repo between branches with equal name this loop become infinite and it creates billions records array

@christiangoudreau
Copy link
Member

Please, do send a PR for a suggested fix.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants