diff --git a/docs/Documentation/Systems/Kestrel/running.md b/docs/Documentation/Systems/Kestrel/running.md
index 615ed6dbf..5bdd684f7 100644
--- a/docs/Documentation/Systems/Kestrel/running.md
+++ b/docs/Documentation/Systems/Kestrel/running.md
@@ -11,7 +11,7 @@ There are two general types of compute nodes on Kestrel: CPU nodes and GPU nodes
### CPU Nodes
-Standard CPU-based compute nodes on Kestrel have 104 cores and 240G of usable RAM. 256 of those nodes have a 1.7TB NVMe local disk. There are also 10 bigmem nodes with 2TB of RAM and 5.8TB NVMe local disk.
+Standard CPU-based compute nodes on Kestrel have 104 cores and 240G of usable RAM. 256 of those nodes have a 1.7TB NVMe local disk. There are also 10 bigmem nodes with 2TB of RAM and 5.6TB NVMe local disk.
### GPU Nodes
@@ -43,7 +43,7 @@ The following table summarizes the partitions on Kestrel:
|```short``` | Nodes that prefer jobs with walltimes
<= 4 hours. | 2016 nodes total.
No limit per user. | ```--time <= 4:00:00```
```--mem <= 246064```
```--tmp <= 1700000 (256 nodes)```|
| ```standard``` | Nodes that prefer jobs with walltimes
<= 2 days. | 2106 nodes total.
1050 nodes per user. | ```--mem <= 246064```
```--tmp <= 1700000```|
| ```long``` | Nodes that prefer jobs with walltimes > 2 days.
*Maximum walltime of any job is 10 days*| 525 nodes total.
262 nodes per user.| ```--time <= 10-00```
```--mem <= 246064```
```--tmp <= 1700000 (256 nodes)```|
-|```bigmem``` | Nodes that have 2 TB of RAM and 5.8 TB NVMe local disk. | 8 nodes total.
4 nodes per user. | ```--mem > 246064```
```--time <= 2-00```
```--tmp > 1700000 ``` |
+|```bigmem``` | Nodes that have 2 TB of RAM and 5.6 TB NVMe local disk. | 8 nodes total.
4 nodes per user. | ```--mem > 246064```
```--time <= 2-00```
```--tmp > 1700000 ``` |
|```bigmeml``` | Bigmem nodes that prefer jobs with walltimes > 2 days.
*Maximum walltime of any job is 10 days.* | 4 nodes total.
3 nodes per user. | ```--mem > 246064```
```--time > 2-00```
```--tmp > 1700000 ``` |
| ```shared```| Nodes that can be shared by multiple users and jobs. | 64 nodes total.
Half of partition per user.
2 days max walltime. | ```-p shared```
or
```--partition=shared```|
| ```sharedl```| Nodes that can be shared by multiple users and prefer jobs with walltimes > 2 days. | 16 nodes total.
8 nodes per user. | ```-p sharedl```
or
```--partition=sharedl```|