*) use VM1.4-functions instead of VM1.5-functions

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3167 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
auron_x 18 years ago
parent b6112ae625
commit 4228ba4d97

@ -166,7 +166,7 @@ public class PerformanceQueues_p {
prop.put("table_" + c + "_busysleep", busysleep); prop.put("table_" + c + "_busysleep", busysleep);
prop.put("table_" + c + "_memprereq", memprereq / 1024); prop.put("table_" + c + "_memprereq", memprereq / 1024);
// disallow setting of memprereq for indexer to prevent db from throwing OOMs // disallow setting of memprereq for indexer to prevent db from throwing OOMs
prop.put("table_" + c + "_disabled", (threadName.contains("_indexing")) ? 1 : 0); prop.put("table_" + c + "_disabled", (threadName.endsWith("_indexing")) ? 1 : 0);
c++; c++;
} }
prop.put("table", c); prop.put("table", c);

Loading…
Cancel
Save