The future calculus of memory management
The future calculus of memory management
Posted Jan 19, 2012 8:17 UTC (Thu) by alankila (guest, #47141)In reply to: The future calculus of memory management by alankila
Parent article: The future calculus of memory management
One thing occurred to me, though: it might be possible to trade one resource for another. Suppose, for instance, that one workload is very memory and cpu hungry, but doesn't do almost any i/o, and another workload is able to operate at same efficiency with less memory if it gains more i/o to replace it. It would make sense to trade the resource bounds between the workloads if relevant data to build a valid model of the workload's throughput within resource constraints exists. However, I doubt the models will ever be anything better than purely empirical, and that means they sometimes don't work, and then all things crash. Ugly.