Skip to content

Commit 0f2730b

Browse files
committed
dont use direct buffers, make test heap settings context aware
1 parent af896df commit 0f2730b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

de.peeeq.wurstscript/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ dependencies {
9696
implementation 'com.google.code.gson:gson:2.10.1'
9797
implementation 'org.apache.velocity:velocity:1.7'
9898
implementation 'com.github.albfernandez:juniversalchardet:2.4.0'
99-
implementation 'com.github.inwc3:jmpq3:1676fc7020'
100-
implementation 'com.github.inwc3:wc3libs:e33d3dc368'
99+
implementation 'com.github.inwc3:jmpq3:29b55f2c32'
100+
implementation 'com.github.inwc3:wc3libs:bd76116d0e'
101101
implementation 'com.github.wurstscript:wurstsetup:393cf5ea39'
102102
implementation 'org.slf4j:slf4j-api:1.7.25'
103103
implementation 'ch.qos.logback:logback-classic:1.5.13'
@@ -193,7 +193,7 @@ tasks.named('compileJava') { it.dependsOn('gen') }
193193
/** -------- Tests -------- */
194194

195195
test {
196-
jvmArgs = ['-Xms2g', '-Xmx8g', '-XX:+UseG1GC']
196+
jvmArgs = ['-XX:MaxRAMPercentage=75','-XX:InitialRAMPercentage=30', '-XX:MinRAMPercentage=30']
197197
useTestNG()
198198
}
199199

0 commit comments

Comments
 (0)