diff --git a/src/i18n/content/es/docs/infrastructure/new-relic-infrastructure/troubleshooting/time-gaps-missing-data.mdx b/src/i18n/content/es/docs/infrastructure/new-relic-infrastructure/troubleshooting/time-gaps-missing-data.mdx
deleted file mode 100644
index cc0616f2639..00000000000
--- a/src/i18n/content/es/docs/infrastructure/new-relic-infrastructure/troubleshooting/time-gaps-missing-data.mdx
+++ /dev/null
@@ -1,86 +0,0 @@
----
-title: Lapsos de tiempo con datos faltantes
-type: troubleshooting
-tags:
- - Infrastructure
- - Infrastructure monitoring troubleshooting
- - Troubleshoot infrastructure
-metaDescription: 'For New Relic infrastructure monitoring: troubleshooting suggestions if you see missing data when CPU usage gets high.'
-freshnessValidatedDate: never
-translationType: machine
----
-
-## Problema
-
-Su agente New Relic Infrastructure está en funcionamiento, pero cuando su CPU alcanza un alto porcentaje de uso, el agente se detiene de forma intermitente para enviar datos.
-
-## Solución
-
-**Required agent version**: 1.0.1002 o posterior
-
-Los siguientes pasos mitigan el problema de las lagunas de datos:
-
-1. Elimine el límite de un subproceso para el agente, permitiendo un subproceso por núcleo.
-
-
-
- 1. Abra el siguiente archivo en su editor de texto plano favorito: `C:\Program Files\New Relic\newrelic-infra\newrelic-infra.yml`
-
- 2. Agregue la siguiente opción de configuración:
-
- ```yml
- max_procs: -1
- ```
-
-
-
- 1. Abra el siguiente archivo en su editor de texto plano favorito: `/etc/newrelic-infra.yml`
-
- 2. Agregue la siguiente opción de configuración:
-
- ```yml
- max_procs: -1
- ```
-
-
-
-2. Utilice [su sistema de inicio](/docs/infrastructure/new-relic-infrastructure/configuration/start-stop-restart-check-infrastructure-agent-status#init-system) para reiniciar el servicio del agente:
-
-
-
- Utilice comandos SystemD con CentOS 7, Debian 8, RHEL 7 y Ubuntu 15.04 o superior:
-
- ```sh
- sudo systemctl restart newrelic-infra
- ```
-
-
-
- Utilice comandos de System V con Debian 7:
-
- ```sh
- sudo /etc/init.d/newrelic-infra restart
- ```
-
-
-
- Utilice comandos Upstart con Amazon Linux, CentOS 6, RHEL 6 y Ubuntu 14.10 o anterior:
-
- ```sh
- sudo initctl restart newrelic-infra
- ```
-
-
-
- ```sh
- net stop newrelic-infra
- net start newrelic-infra
- ```
-
-
-
-## Causa
-
-El agente New Relic Infrastructure , de forma predeterminada, se ejecuta en un único subproceso del sistema operativo. Esto puede significar que, especialmente en entornos Windows, el programador de procesos le da pocas posibilidades de obtener tiempo de CPU cuando el sistema está sobrecargado.
-
-La opción de configuración `max_procs: -1` elimina esta limitación y permite que el agente utilice un subproceso por núcleo de CPU (como máximo).
\ No newline at end of file
diff --git a/src/i18n/content/pt/docs/infrastructure/new-relic-infrastructure/troubleshooting/time-gaps-missing-data.mdx b/src/i18n/content/pt/docs/infrastructure/new-relic-infrastructure/troubleshooting/time-gaps-missing-data.mdx
deleted file mode 100644
index fcbc2501226..00000000000
--- a/src/i18n/content/pt/docs/infrastructure/new-relic-infrastructure/troubleshooting/time-gaps-missing-data.mdx
+++ /dev/null
@@ -1,86 +0,0 @@
----
-title: Lacunas de tempo com dados ausentes
-type: troubleshooting
-tags:
- - Infrastructure
- - Infrastructure monitoring troubleshooting
- - Troubleshoot infrastructure
-metaDescription: 'For New Relic infrastructure monitoring: troubleshooting suggestions if you see missing data when CPU usage gets high.'
-freshnessValidatedDate: never
-translationType: machine
----
-
-## Problema
-
-Seu agente New Relic Infrastructure está instalado e funcionando, mas quando sua CPU atinge uma alta porcentagem de uso, o agente para intermitentemente para enviar dados.
-
-## Solução
-
-**Required agent version**: 1.0.1002 ou posterior
-
-As etapas a seguir atenuam o problema de lacunas de dados:
-
-1. Remova o limite de um thread para o agente, permitindo um thread por núcleo.
-
-
-
- 1. Abra o seguinte arquivo no seu editor de texto simples favorito: `C:\Program Files\New Relic\newrelic-infra\newrelic-infra.yml`
-
- 2. Adicione a seguinte opção de configuração:
-
- ```yml
- max_procs: -1
- ```
-
-
-
- 1. Abra o seguinte arquivo no seu editor de texto simples favorito: `/etc/newrelic-infra.yml`
-
- 2. Adicione a seguinte opção de configuração:
-
- ```yml
- max_procs: -1
- ```
-
-
-
-2. Use [seu sistema init](/docs/infrastructure/new-relic-infrastructure/configuration/start-stop-restart-check-infrastructure-agent-status#init-system) para reiniciar o serviço do agente:
-
-
-
- Use comandos SystemD com CentOS 7, Debian 8, RHEL 7 e Ubuntu 15.04 ou superior:
-
- ```sh
- sudo systemctl restart newrelic-infra
- ```
-
-
-
- Use comandos do System V com Debian 7:
-
- ```sh
- sudo /etc/init.d/newrelic-infra restart
- ```
-
-
-
- Use comandos Upstart com Amazon Linux, CentOS 6, RHEL 6 e Ubuntu 14.10 ou inferior:
-
- ```sh
- sudo initctl restart newrelic-infra
- ```
-
-
-
- ```sh
- net stop newrelic-infra
- net start newrelic-infra
- ```
-
-
-
-## Causa
-
-O agente New Relic Infrastructure , por padrão, é executado em um único thread do sistema operacional. Isso pode significar que, especialmente em ambientes Windows, o agendador de processos oferece poucas chances de obter tempo de CPU quando o sistema está sobrecarregado.
-
-A opção de configuração `max_procs: -1` remove essa limitação e permite que o agente use um thread por núcleo de CPU (no máximo).
\ No newline at end of file