Skip to content

Conversation

@fhanik
Copy link
Contributor

@fhanik fhanik commented Nov 13, 2025

No description provided.

@fhanik
Copy link
Contributor Author

fhanik commented Nov 13, 2025

First run - one job ([JUnit tests on database / container-test-job (postgresql-18)) failed. One test failed.

Note: the commit changes did not touch these tests.

@fhanik fhanik force-pushed the test/fhanik-mem-opt branch from b854831 to 2c7766c Compare November 13, 2025 21:25
@fhanik fhanik changed the title smaller memory tests Lower memory requirements for CI tests Nov 14, 2025
@fhanik
Copy link
Contributor Author

fhanik commented Nov 14, 2025

all passed. Spring Boot metaspace of 128MB is too small.

@fhanik fhanik force-pushed the test/fhanik-mem-opt branch from a04610f to d164215 Compare November 14, 2025 20:09
@fhanik fhanik force-pushed the test/fhanik-mem-opt branch from a1c9340 to 3745406 Compare November 24, 2025 15:09
@fhanik fhanik changed the title Lower memory requirements for CI tests Clean up memory requirements for CI tests Nov 24, 2025
@duanemay
Copy link
Member

Related to this as well, the comment in #3683
I was seeing the following message while running integration_test script locally.

The Daemon will expire after the build after running out of JVM Metaspace.
The project memory settings are likely not configured or are configured to an insufficient value.
The daemon will restart for the next build, which may increase subsequent build times.
These settings can be adjusted by setting 'org.gradle.jvmargs' in 'gradle.properties'.
The currently configured max heap space is '1 GiB' and the configured max metaspace is '128 MiB'.
For more information on how to set these values, please refer to https://docs.gradle.org/9.2.0/userguide/build_environment.html#sec:configuring_jvm_memory in the Gradle documentation.
To disable this warning, set 'org.gradle.daemon.performance.disable-logging=true'.

This gradle default is 384m, as shown in the doc:
https://docs.gradle.org/9.2.0/userguide/config_gradle.html#sec:configuring_jvm_memory

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

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants