increase ram amount for unit tests
needed for compression tests
This commit is contained in:
@@ -61,3 +61,9 @@ shadowJar {
|
||||
// relocate "it.unimi.dsi.fastutil", "${librariesLocation}.unimi.dsi.fastutil"
|
||||
mergeServiceFiles()
|
||||
}
|
||||
|
||||
test {
|
||||
// this is necessary specifically for the Compression tests since those
|
||||
// need more than the default 512 MB of RAM
|
||||
jvmArgs '-Xmx4096m'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user