From ca5b45771b3df65fdcf371d335b762ae4166a330 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Mon, 9 Nov 2015 08:00:42 +0000
Subject: [PATCH] SSDM-2600: limit cache size to 10 MB.

SVN: 35006
---
 openbis/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/openbis/build.gradle b/openbis/build.gradle
index d9edf42b42a..49314a08d77 100644
--- a/openbis/build.gradle
+++ b/openbis/build.gradle
@@ -77,6 +77,7 @@ task cleanDbSuiteProjectSamplesEnabled(type: Test) {
 task testProjectSamplesEnabled(type: Test) {
     useTestNG()
     systemProperty "project-samples-enabled", 'true'
+    systemProperty "ch.ethz.sis.openbis.v3.searchcache.size", '10m'
     options.suites('sourceTest/java/tests_project_samples.xml')
     reports.html.destination = file("${project.buildDir}/reports/tests-project-samples")
 }
-- 
GitLab