提交 1a313341 authored 作者: Thomas Mueller's avatar Thomas Mueller

A new String cache is now created at most once every 5 second, so that out of…

A new String cache is now created at most once every 5 second, so that out of memory exceptions are not artifically delayed.
上级 3b1c1575
......@@ -286,7 +286,7 @@ public abstract class TestBase {
if (config.diskUndo && admin) {
url += ";MAX_MEMORY_UNDO=3";
}
if (config.big && admin) {
if (config.big && admin && url.indexOf(";MAX_OPERATION_MEMORY=") <= 0) {
// force operations to disk
url += ";MAX_OPERATION_MEMORY=1";
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论