Skip to content

Commit

Permalink
Make integration tests use an 8m page cache size by default
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvest committed Jan 5, 2017
1 parent 2cb37ed commit 0d7ac97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -63,6 +63,9 @@
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<argLine>${test.runner.jvm.settings}</argLine>
<systemPropertyVariables>
<dbms.pagecache.memory.default.override>8m</dbms.pagecache.memory.default.override>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 0d7ac97

Please sign in to comment.