---
title: "ODP 内存超限告警 memory is out of limit&#x27;s-OceanBase数据库使用指南"
description: "了解OceanBase数据库在实际应用中关于 ODP 内存超限告警 memory is out of limit&#x27;s相关的常见问题和使用技巧，帮助您快速解决 ODP 内存超限告警 memory is out of limit&#x27;s的难题。"
---
切换语言

- 中文站 - 简体中文
- International - English
- 日本站 - 日本語

划线反馈

# ODP 内存超限告警 memory is out of limit's

更新时间：2023-11-30 12:01

适用版本： V1.x、V3.x、V4.x 内容类型：Troubleshoot  

## 适用版本

ODP 所有版本。

## 问题现象

ODP 日志报错：`obproxy's memroy is out of limit's 90% !!!`。

```shell
[2022-12-26 07:34:16.508290] ERROR [PROXY] do_monitor_mem (ob_proxy_main.cpp:931) [3488627][Y0-7F9743CCF800] [lt=56] [dc=0] obproxy's memroy is out of limit's 90% !!!(mem_limited=1073741824, OTHER_MEMORY_SIZE=73400320, is_out_of_error_mem_limit=true, cur_pos=6) BACKTRACE:0x4da689 0x4c211b 0x46e288 0x468cf7 0xb8b6b6 0xb87a95 0x112db25 0x112b63d 0x5332fe 0x7f977e79b17a 0x7f977e148dc3
[2022-12-26 05:14:34.225255] ERROR [PROXY] do_monitor_mem (ob_proxy_main.cpp:922) [2793534][Y0-7F63B26CE800] [lt=57] [dc=0] obproxy will kill itself in seconds(seconds=2, g_proxy_fatal_errcode=-4080) BACKTRACE:0x4da689 0x4c211b 0x46ee95 0x468a6b 0xb8b6b6 0xb87a95 0x112db25 0x112b63

```

## 问题原因

ODP 的默认内存限制设置为 1G ，当前达到了内存限制。 ​

## 解决方法

调大参数 `proxy_mem_limited` 的值。

- 白屏修改

  OCP 选择 **OBProxy** --> 集群列表内选择对应集群 --> **参数管理** --> 筛选参数 `proxy_mem_limited` --> **修改值** 调整成 `3G`。 ​
 - 黑屏修改。

     1. 先黑屏连上 ODP。

       ```shell
       obclient -h127.1 -P2888 -u root@proxysys -Doceanbase -A -p

       ```
     2. 查看当前内存限制。

       ```shell
       obclient> show proxyconfig like 'proxy_mem_limited';

       ```
     3. 修改内存限制。

       ```shell
       obclient> alter proxyconfig set proxy_mem_limited = '3G';

       ```

上一篇

[如何查看当前 ODP 集群的启动模式](https://www.oceanbase.com/knowledge-base/oceanbase-database-1000000000210027)

下一篇

[ODP 启动报错 fail to init config processor](https://www.oceanbase.com/knowledge-base/oceanbase-database-1000000000210033) ![有帮助](https://gw.alipayobjects.com/mdn/ob_asset/afts/img/A*y6ocSqN8cqsAAAAAAAAAAAAAARQnAQ)![无帮助](https://gw.alipayobjects.com/mdn/ob_asset/afts/img/A*BG9IQJyLHF8AAAAAAAAAAAAAARQnAQ)![反馈](https://gw.alipayobjects.com/mdn/ob_asset/afts/img/A*eTWdQKCRKHwAAAAAAAAAAAAAARQnAQ)[AI](https://www.oceanbase.com/obi) 咨询热线
