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

# sk156333 - High CPU consumption on a ClusterXL Standby member

| Property | Value |
|----------|-------|
| Solution ID | sk156333 |
| Date Created | 2019-06-20 |
| Last Modified | 2020-02-09 |
| Technical Level | Advanced |
| Products | Security Gateway |
| Versions | R82.10, R82, R81.20 |
| OS | Gaia |

## Symptoms

- * fw_workers process consumes high CPU on the Standby member of a ClusterXL.
* High number of entries on fw tables which are performing local sync. the tables which perform local sync can be seen using the following command (from Expert mode): `
  # fw tab | grep 'local sync' -B 1 | grep -v 'local sync' | awk 'NF {print $2}' | xargs -i fw tab -t {} -s
  `  

  For example:  

  ```
  
  
  [Expert@GW-1:0]# fw tab | grep 'local sync' -B 1 | grep -v 'local sync' | awk 'NF {print $2}' | xargs -i fw tab -t {} -s
  HOST                  NAME                                ID #VALS #PEAK #SLINKS
  localhost             gtp_apn_params                     111     0     0       0
  HOST                  NAME                                ID #VALS #PEAK #SLINKS
  localhost             dcerpc_maps                        114     4822     4925       0
  HOST                  NAME                                ID #VALS #PEAK #SLINKS
  localhost             dcerpc_rmaps                       115     9363     9369       0
  HOST                  NAME                                ID #VALS #PEAK #SLINKS
  localhost             dcerpc_fw_rulebase_data            116     32     70       0
  HOST                  NAME                                ID #VALS #PEAK #SLINKS
  localhost             dcerpc_epm_requests                117     17315     25000       0
  HOST                  NAME                                ID #VALS #PEAK #SLINKS
  localhost             dcerpc_udp_maps                    119     0     0       0
  HOST                  NAME                                ID #VALS #PEAK #SLINKS
  localhost             dcerpc_udp_rmaps                   120     0     0       0
  ```

## Cause

By default the 'local sync' interval mechanism of the Standby member is different from the 'local sync' interval mechanism on Active member. The interval on the Standby member is much lower which cause it to preform local sync more often.

## Solution

This solution requires authentication. Please log in to view the full solution.

---

# 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
