-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix: prevent OOM when processing large gradle project with many depencies #12
base: main
Are you sure you want to change the base?
fix: prevent OOM when processing large gradle project with many depencies #12
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
recheck |
1 similar comment
recheck |
PS: Not sure why it is complaining that I haven't signed the CLA. |
Hi @dteller, thank you for your contribution! |
Hi @dteller, the fix for the high memory consumption has been implemented and is now part of version 3.0.0. |
Do you know when this will be part of the jfrog cli?
Thanks
Dave Teller
…On Tue, Jun 27, 2023 at 8:00 AM Asaf Gabai ***@***.***> wrote:
Hi @dteller <https://github.com/dteller>, the fix for the high memory
consumption has been implemented and is now part of version 3.0.0.
Please note that the output structure of the plugin has been changed.
Please let us know if you encounter any further issues or have any
additional feedback.
—
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADKWCUJR5NDM64QIKDFDFUTXNLDN3ANCNFSM6AAAAAAX6EQFJI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
David Teller, Principal Software Engineer
e: ***@***.***
<https://www.gartner.com/reviews/market/master-data-management-solutions/vendor/tamr/product/tamr/reviews>
|
It's going to be incorporated into JFrog IntelliJ IDEA Plugin, which is scheduled for release in the coming days. We plan to include it also in JFrog CLI and Frogbot soon. |
@dteller I opened a pull request for using this in JFrog CLI. |
Thank You!
…On Thu, Sep 28, 2023 at 6:59 AM Asaf Gabai ***@***.***> wrote:
@dteller <https://github.com/dteller> I opened a pull request
<jfrog/jfrog-cli-core#976> for using this in
JFrog CLI.
I'll update here when it's released.
—
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADKWCUOTCMY3Z4WFJIQTU43X4VKBPANCNFSM6AAAAAAX6EQFJI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
David Teller, Principal Software Engineer
e: ***@***.***
<https://www.gartner.com/reviews/market/master-data-management-solutions/vendor/tamr/product/tamr/reviews>
|
@dteller JFrog CLI version 2.49.0 is now available, incorporating the latest gradle-dep-tree version with enhanced memory efficiency. We value your input and welcome your feedback on this release. |
Thanks, I'll check it out!
…On Thu, Oct 5, 2023 at 2:03 AM Asaf Gabai ***@***.***> wrote:
@dteller <https://github.com/dteller> JFrog CLI version 2.49.0 is now
available, incorporating the latest gradle-dep-tree version with enhanced
memory efficiency. We value your input and welcome your feedback on this
release.
—
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADKWCUNZHYX42WIOFRMVZODX5ZETZAVCNFSM6AAAAAAX6EQFJKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBYGEZTGNBWGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
David Teller, Principal Software Engineer
e: ***@***.***
<https://www.gartner.com/reviews/market/master-data-management-solutions/vendor/tamr/product/tamr/reviews>
|
tests.
We have a gradle project with 195 modules that have many interdependencies.
The plugin uses over 100G of memory and eventually fails.
After making these changes it ran quickly in little memory.