DependencyTrack / hyades

Incubating project for decoupling responsibilities from Dependency-Track's monolithic API server into separate, scalable services.
https://dependencytrack.github.io/hyades/latest
Apache License 2.0
61 stars 18 forks source link

Increase GraalVM builder memory to 14GB #1519

Closed nscuro closed 2 months ago

nscuro commented 2 months ago

Description

Increases GraalVM builder memory to 14GB.

Public GitHub Actions runners have 16GB of memory available, but GraalVM per default only uses a conservative chunk of that for building (~50%). Increasing the memory available to GraalVM should hopefully speed up builds.

Addressed Issue

N/A

Additional Details

https://github.blog/news-insights/product-news/github-hosted-runners-double-the-power-for-open-source/

Checklist

codacy-production[bot] commented 2 months ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +18.14% (target: -1.00%) :white_check_mark: (target: 70.00%)
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (47d8fd1fa862e306f002cef0a9d0cea960787ebe) | 201 | 132 | 65.67% | | | Head commit (cde2a1b2358654777446107ec5fd854af768cf83) | 6875 (+6674) | 5762 (+5630) | 83.81% (**+18.14%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#1519) | 0 | 0 | **∅ (not applicable)** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more