Increase ram for builds

master
agibsonccc 2021-03-19 12:27:06 +09:00
parent 9f6d9e19d9
commit 09bca33a8b
3 changed files with 6 additions and 5 deletions

View File

@ -55,9 +55,9 @@ public class ArrowWritableRecordTimeSeriesBatchTests extends BaseND4JTest {
List<List<Writable>> timeStep = Arrays.asList(
Arrays.<Writable>asList(new IntWritable(0),new IntWritable(1),new IntWritable(2)),
Arrays.<Writable>asList(new IntWritable(1),new IntWritable(2),new IntWritable(3)),
Arrays.<Writable>asList(new IntWritable(4),new IntWritable(5),new IntWritable(6))
Arrays.asList(new IntWritable(0),new IntWritable(1),new IntWritable(2)),
Arrays.asList(new IntWritable(1),new IntWritable(2),new IntWritable(3)),
Arrays.asList(new IntWritable(4),new IntWritable(5),new IntWritable(6))
);
int numTimeSteps = 5;

View File

@ -111,7 +111,7 @@
<include>*.java</include>
<include>**/*.java</include>
</includes>
<argLine> </argLine>
<argLine> -Xmx8g </argLine>
</configuration>
</plugin>
</plugins>
@ -135,7 +135,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine> -Djava.library.path="${nd4j.basedir}/nd4j-backends/nd4j-backend-impls/nd4j-cuda/target/classes"</argLine>
<argLine>-Xmx8g</argLine>
</configuration>
</plugin>
</plugins>

View File

@ -1166,6 +1166,7 @@
<environmentVariables>
<DL4J_INTEGRATION_TESTS>true</DL4J_INTEGRATION_TESTS>
</environmentVariables>
<argLine>-Xmx8g</argLine>
</configuration>
<dependencies>
<dependency>