Skip to content

Fix memory leak. - #468

Merged
kohsuke merged 1 commit into
hub4j:masterfrom
KostyaSha:fixMemLeak
Nov 6, 2018
Merged

Fix memory leak.#468
kohsuke merged 1 commit into
hub4j:masterfrom
KostyaSha:fixMemLeak

Conversation

@KostyaSha

@KostyaShaKostyaSha commented Oct 20, 2018

Copy link
Copy Markdown
Contributor

While repository object is active and code requests commits they are stored in Map.
GHCommit.files contains huge String[]/char[] amount of data.
The same could be applied to Milestones.


This change is Reviewable

While repository object is active and code requests commits they are stored in Map.
GHCommit.files contains huge String[]/char[] amount of data.
The same could be applied to Milestones.
@kohsuke
kohsuke merged commit 3ad66f8 into hub4j:masterNov 6, 2018
@scottrw93scottrw93 mentioned this pull request May 23, 2022
10 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@KostyaSha@kohsuke