---
title: 日志报错“DataBuffer is more than 1.9GB”（算子调优）
description: "由于第三方库限制，在运行环境中传输的数据大小不能超过1.9GB，否则调优工具主进程日志中会出现如下信息。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/devaids/aoe/aoerc_16_0102.html
sourcePath: /source/zh/canncommercial/900/devaids/aoe/aoerc_16_0102.html
indexId: 8dbfaca21b8e84cb0115bfd82d2b04b7e6a7bb36bbedebda2f02a3f46850279260
---
# 日志报错“DataBuffer is more than 1.9GB”（算子调优）

#### 问题现象

由于第三方库限制，在运行环境中传输的数据大小不能超过1.9GB，否则调优工具主进程日志中会出现如下信息。

```
[ERROR] TUNE(850984,aoe):2023-03-01-15:00:14.790.135 [nca.cpp:29][NCA]851865 CheckDataBufferSize: input data[2621440000] is more than 1.9GB
[ERROR] TUNE(850984,aoe):2023-03-01-15:00:14.790.152 [nca.cpp:336][NCA]851865 RunModel: DataBuffer is more than 1.9GB
```


#### 解决方案

请考虑减小算子规格。
