Skip to content

Commit 113420a

Browse files
committed
Limit memory footprint to pass GitHub Actions
1 parent 8e99c31 commit 113420a

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

tests/src/com.hazelcast/hazelcast/5.2.1/build.gradle

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,6 @@ dependencies {
1717
testImplementation 'javax.cache:cache-api:1.1.1'
1818
}
1919

20-
graalvmNative {
21-
agent {
22-
defaultMode = "conditional"
23-
modes {
24-
conditional {
25-
userCodeFilterPath = "user-code-filter.json"
26-
}
27-
}
28-
metadataCopy {
29-
mergeWithExisting = true
30-
inputTaskNames.add("test")
31-
outputDirectories.add("src/test/resources/META-INF/native-image/com.hazelcast/hazelcast")
32-
}
33-
}
20+
test {
21+
jvmArgs = Arrays.asList("-Xmx7g")
3422
}

0 commit comments

Comments
 (0)