# Manage Memory, CPU, and API Resources

LLMS index: [llms.txt](/llms.txt)

---

Section pages:

- [Configure Default Memory Requests and Limits for a Namespace](/docs/tasks/administer-cluster/manage-resources/memory-default-namespace/): Define a default memory resource limit for a namespace, so that every new Pod in that namespace has a memory resource limit configured.
- [Configure Default CPU Requests and Limits for a Namespace](/docs/tasks/administer-cluster/manage-resources/cpu-default-namespace/): Define a default CPU resource limits for a namespace, so that every new Pod in that namespace has a CPU resource limit configured.
- [Configure Minimum and Maximum Memory Constraints for a Namespace](/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace/): Define a range of valid memory resource limits for a namespace, so that every new Pod in that namespace falls within the range you configure.
- [Configure Minimum and Maximum CPU Constraints for a Namespace](/docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace/): Define a range of valid CPU resource limits for a namespace, so that every new Pod in that namespace falls within the range you configure.
- [Configure Memory and CPU Quotas for a Namespace](/docs/tasks/administer-cluster/manage-resources/quota-memory-cpu-namespace/): Define overall memory and CPU resource limits for a namespace.
- [Configure a Pod Quota for a Namespace](/docs/tasks/administer-cluster/manage-resources/quota-pod-namespace/): Restrict how many Pods you can create within a namespace.
