diff --git a/source/index.md b/source/index.md
index 3ed9e020c06325bfffa5a0f07da4f6f32a5adeb1..65831a221895199d046c9404ae0b679f447df823 100644
--- a/source/index.md
+++ b/source/index.md
@@ -91,11 +91,11 @@ Os nós escravos do C3HPC tem as seguintes configurações:
 ### Nós de Processamento:
 | Nó | RAM | CPU | Cores | Disco de scratch? | GPU? | Conexão |
 | -- | --- | --- | ----- | ----------------- | ---- | ------- |
-| node[2-7] | 200GB | Intel(R) Xeon(R) CPU E5-2683 v4 @ 2.10GHz | 32 | Sim, 8TB | Não | ETH 1Gbps |
-| proc[1-2] | 500GB | Intel(R) Xeon(R) CPU E5-2683 v4 @ 2.10GHz | 64 | Sim, 8TB | Não | ETH 1Gbps |
-| pti | 500GB | Intel(R) Xeon(R) CPU E5-2683 v4 @ 2.10GHz | 64 | Sim, 450GB | Não | ETH 1Gbps |
-| vti1 | 180GB | Intel(R) Xeon(R) Silver 4110 CPU @ 2.10GHz | 32 | Sim, 450GB | 4x NVIDIA Tesla V100 32GB | ETH 1Gbps |
-| vti2 | 150GB | Intel(R) Xeon(R) Silver 4110 CPU @ 2.10GHz | 32 | Sim, 450GB | 4x NVIDIA Tesla V100 32GB | ETH 1Gbps |
+| node[2-7] | 240000MB | Intel(R) Xeon(R) CPU E5-2683 v4 @ 2.10GHz | 32 | Sim, 8TB | Não | ETH 1Gbps |
+| proc[1-2] | 500000MB | Intel(R) Xeon(R) CPU E5-2683 v4 @ 2.10GHz | 64 | Sim, 8TB | Não | ETH 1Gbps |
+| pti | 500000MB | Intel(R) Xeon(R) CPU E5-2683 v4 @ 2.10GHz | 64 | Sim, 450GB | 2x NVIDIA Tesla P100 16GB | ETH 1Gbps |
+| vti1 | 180000MB | Intel(R) Xeon(R) Silver 4110 CPU @ 2.10GHz | 32 | Sim, 450GB | 4x NVIDIA Tesla V100 32GB | ETH 1Gbps |
+| vti2 | 150000MB | Intel(R) Xeon(R) Silver 4110 CPU @ 2.10GHz | 32 | Sim, 450GB | 4x NVIDIA Tesla V100 32GB | ETH 1Gbps |
 
 O usuário pode conferir as características das partições com o comando `scontrol show partition <nome_partição>`. O mesmo vale para imprimir as configurações de um nó específico, com o comando: `scontrol show node <nome_do_nó>`