---
title: 执行Aicore压测时，进程被killed，导致进程异常终止-昇腾社区
description: (待补充)
keywords: MindCluster ToolBox;Aicore;压测;Aicore;Ascend DMI
url: https://www.hiascend.com/document/caselibrary/detail/toolboxcase_0066
section: (其他)
---

# 执行Aicore压测时，进程被killed，导致进程异常终止-昇腾社区

URL: https://www.hiascend.com/document/caselibrary/detail/toolboxcase_0066
描述: (待补充)
关键词: MindCluster ToolBox;Aicore;压测;Aicore;Ascend DMI

昇腾文档 [了解详情](https://www.hiascend.com/document)

故障案例 [了解详情](https://www.hiascend.com/document/caselibrary)

执行Aicore压测时，进程被killed，导致进程异常终止

执行Aicore压测时，进程被killed，导致进程异常终止

2025/01/24

901

问题信息

| 问题来源 | 产品大类 | 产品子类 | 关键字 |
| --- | --- | --- | ---|
| 官方 | 性能测试 | 故障诊断 | MindCluster ToolBox、Aicore、压测、Aicore、Ascend DMI |

#### 问题现象

执行aicore压测时，进程被killed，导致进程异常终止。

#### 原因分析

进程使用的内存超过内存上限，进程被killed导致异常终止。

查看OS系统日志，/var/log/message或/var/log/syslog中含有oom-killer相关日志信息。通过该日志可查看当前进程运行的cgroup组和内存限制信息。

#### 解决措施

1. 建议执行命令前请先预留足够内存，防止进程异常中断。
2. 建议调整cgroup组内存上限阈值。可使用以下命令查询cgroup组内存限制；若使用cgroup v2版本时，配置文件则为memory.max。

```
/sys/fs/cgroup/memory/${进程运行的cgroup}/memory.limit_in_bytes
```

本页内容

- 问题信息
- 问题现象
- 原因分析
- 解决措施
