diff --git a/docs/Documentation/Systems/Kestrel/running.md b/docs/Documentation/Systems/Kestrel/running.md
index 5bdd684f7..e90f2a3b2 100644
--- a/docs/Documentation/Systems/Kestrel/running.md
+++ b/docs/Documentation/Systems/Kestrel/running.md
@@ -48,7 +48,8 @@ The following table summarizes the partitions on Kestrel:
| ```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```|
| ```gpu-h100```| Shareable GPU nodes with 4 NVIDIA H100 SXM 80GB Computational Accelerators. | 130 nodes total.
65 nodes per user. | ```1 <= --gpus <= 4```
```--time <= 2-00```|
-| ```gpu-h100l```| Shareable GPU nodes that prefer jobs with walltimes > 2 days. | 20% of GPU nodes total.
10% of GPU nodes per user. | ```1 <= --gpus <= 4```
```--time > 2-00```|
+| ```gpu-h100s```| Shareable GPU nodes that prefer jobs with walltimes <= 4 hours. | 130 nodes total.
65 nodes per user. | ```1 <= --gpus <= 4```
```--time <= 4:00:00```|
+| ```gpu-h100l```| Shareable GPU nodes that prefer jobs with walltimes > 2 days. | 26 GPU nodes total.
13 GPU nodes per user. | ```1 <= --gpus <= 4```
```--time > 2-00```|
Use the option listed above on the ```srun```, ```sbatch```, or ```salloc``` command or in your job script to specify what resources your job requires.