> Source: [sk179666](https://support.checkpoint.com/results/sk/sk179666)

# sk179666 - YUM Process Consumes High CPU on Linux with EDR

| Property | Value |
|----------|-------|
| Solution ID | sk179666 |
| Date Created | 2022-07-11 |
| Last Modified | 2022-07-11 |
| Technical Level | General |
| Products | Endpoint Security |
| Versions | Cloud, E89.X, E88.X |
| OS | Linux |

## Symptoms

- YUM Consuming high CPU with Endpoint Client installed

## Cause

Root cause of this issue is Spanish Localization, resulting with CPLA process not being able to parse the version, causing YUM to constantly attempt an upgrade.

## Solution

1. Open: /etc/systemd/system/cpla.service.d/cpla.conf  
2. Append the following string:  

```
Environment="LANGUAGE=en_US:en"
```

<br />

3. Restart cpla service with the below command:  

```
systemctl restart cpla
```

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
