diff --git a/docs/Researcher/scheduling/gpu-memory-swap.md b/docs/Researcher/scheduling/gpu-memory-swap.md index cb7e8e71fa..8ab1329954 100644 --- a/docs/Researcher/scheduling/gpu-memory-swap.md +++ b/docs/Researcher/scheduling/gpu-memory-swap.md @@ -107,6 +107,7 @@ If you prefer your workloads not to be swapped into CPU memory, you can specify ## Known Limitations +* A pod created before the GPU memory swap feature was eneabled in that cluster, cannot be scheduled to a swap-enabled node. A proper event is generated in case no matching node is found. Users must re-submit those pods to make them swap-enabled. * GPU memory swap cannot be enabled if fairshare time-slicing or strict time-slicing is used, GPU memory swap can only be used with the default time-slicing mechanism. * CPU RAM size cannot be decreased once GPU memory swap is enabled.