* A device that uses physical memory as swap space, but compresses it.
* Do we support stacking of swap space? For example, one would have this compressed in-memory swap device with highest priority. Replaced objects will be put into the next priority swap device (e.g. a SSD), and so on.
+### tmpfs allocations from swap
+* Currently, tmpfs nodes and stuff are allocated from KVA are the size limiter for a tmpfs filesystem
+* Instead allocate them from swappable memory; this will allow larger tmpfses up to swap limits
+
For more theoretical projects and project concepts see [[ResearchProjects|/docs/developer/ResearchProjectsPage]]