Skip to content

[MINOR][FLINK] Enable parallel Maven builds (-T 1C) in Flink CI#12365

Closed
zhanglistar wants to merge 1 commit into
mainfrom
codex/flink-parallel-build
Closed

[MINOR][FLINK] Enable parallel Maven builds (-T 1C) in Flink CI#12365
zhanglistar wants to merge 1 commit into
mainfrom
codex/flink-parallel-build

Conversation

@zhanglistar

@zhanglistar zhanglistar commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

What changes are proposed in this pull request?

Use all available CPU cores for Maven module compilation by adding -T 1C (one thread per core) to all mvn invocations. Also bump MAVEN_OPTS heap from 2g to 4g to accommodate the higher memory pressure from concurrent module builds.

How was this patch tested?

Was this patch authored or co-authored using generative AI tooling?

Use all available CPU cores for Maven module compilation by adding
-T 1C (one thread per core) to all mvn invocations. Also bump
MAVEN_OPTS heap from 2g to 4g to accommodate the higher memory
pressure from concurrent module builds.
Copilot AI review requested due to automatic review settings June 25, 2026 09:55
@github-actions github-actions Bot added the INFRA label Jun 25, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@zhanglistar

Copy link
Copy Markdown
Contributor Author

Seems useless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants