提交 2c4ee82b authored 作者: andrei's avatar andrei

force OOME, too much memory was left

上级 1a7b6173
......@@ -218,7 +218,7 @@ public class TestOutOfMemory extends TestBase {
assertTrue(rs.next());
assertEquals(3010893, rs.getInt(1));
eatMemory(5_000);
eatMemory(80);
prep.execute();
fail();
} catch (SQLException ignore) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论