Skip to content

Use 12g for BSD VM memory in GHA - #70

Merged
bsdkurt merged 1 commit into
battleblow:bsd-portfrom
bsdkurt:obsd.vm.mem
Jul 30, 2026
Merged

Use 12g for BSD VM memory in GHA#70
bsdkurt merged 1 commit into
battleblow:bsd-portfrom
bsdkurt:obsd.vm.mem

Conversation

@bsdkurt

@bsdkurt bsdkurt commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

I noticed that some of the intermittent failures on OpenBSD testing in GHA appeared to be with tests that use a large amount of memory, such as java/math/BigInteger/largeMemory/SymmetricRangeTests.java. With OpenBSD's heavy use of address space layout randomization, I surmised that perhaps a lack of physical memory in the guest OS may be the cause.

Increasing the guest OS memory from 11g to 12g does appear to eliminate the intermittent failure I occasionally see on OpenBSD in GHA with SymmetricRangeTests.java. I ran 10 GHA with this change and the only remaining intermittent failure I see now is under jdk/jshell/* which I believe to be unrelated at this time.


@bsdkurt
bsdkurt requested review from battleblow and snake66 July 29, 2026 20:00

@snake66 snake66 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Nice find! Change looks good!

@bsdkurt
bsdkurt merged commit c770d19 into battleblow:bsd-port Jul 30, 2026
123 of 125 checks passed
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