Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 41fe708

Browse files
committed
Set the amount of memory used by the benchmark
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1658398 13f79535-47bb-0310-9956-ffa450edef68
1 parent 78e2b24 commit 41fe708

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/csv/CSVBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import org.supercsv.prefs.CsvPreference;
3939

4040
@BenchmarkMode(Mode.AverageTime)
41-
@Fork(value = 1, jvmArgs = "-server")
41+
@Fork(value = 1, jvmArgs = {"-server", "-Xms128M", "-Xmx128M"})
4242
@Threads(1)
4343
@Warmup(iterations = 5)
4444
@Measurement(iterations = 20)

0 commit comments

Comments
 (0)