Increase ram for builds
parent
9f6d9e19d9
commit
09bca33a8b
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue