Skip to content

chore(ci): enlarge JVM_XMX for xiangshan elaboration#2

Draft
Copilot wants to merge 2 commits intonightly-xsfrom
copilot/sub-pr-1
Draft

chore(ci): enlarge JVM_XMX for xiangshan elaboration#2
Copilot wants to merge 2 commits intonightly-xsfrom
copilot/sub-pr-1

Conversation

Copy link

Copilot AI commented Jan 21, 2026

XiangShan Chisel elaboration was failing with Java heap OOM in try.yml workflow's make sim-verilog step.

Changes

  • Increased JVM_XMX from 10g to 20G in .github/workflows/try.yml to match nightly.yml configuration
  • Updated commented configuration line for consistency

The nightly workflow already uses 20G and runs successfully. XiangShan's design size requires this heap allocation during elaboration.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: klin02 <78006150+klin02@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix Java heap OOM issue in test-libso-xiangshan chore(ci): enlarge JVM_XMX for xiangshan elaboration Jan 21, 2026
Copilot AI requested a review from klin02 January 21, 2026 07:57
@klin02
Copy link
Owner

klin02 commented Jan 21, 2026

这里的问题在于,只添加 XMX 是无效的。你可以添加 github CI测试,让提交到 nightly-xs 分支的PR也启用 xiangshan-libso的测试,并分析错误原因,直至修改通过 @copilot

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

Successfully merging this pull request may close these issues.

2 participants