提交 7a49bef3 编写于 作者: 羽飞's avatar 羽飞 提交者: wangzelin.wzl

oceanbase can run in lower memory system now (#784)

MINI_MEM_LOWER is the hard limit of memory.
上级 3d79cacb
......@@ -15,7 +15,7 @@
namespace oceanbase {
namespace lib {
const int64_t ObRunningModeConfig::MINI_MEM_LOWER = 8L << 30;
const int64_t ObRunningModeConfig::MINI_MEM_LOWER = 4L << 30;
const int64_t ObRunningModeConfig::MINI_MEM_UPPER = 16L << 30;
} // end of namespace lib
} // end of namespace oceanbase
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册