From: vsrinivas Date: Sun, 10 Oct 2010 03:15:38 +0000 (-0700) Subject: tmpfs swap allocations X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/fa07607066e9da526702ae52a65b68180d8a4807 tmpfs swap allocations --- diff --git a/docs/developer/ProjectsPage.mdwn b/docs/developer/ProjectsPage.mdwn index 957ab0bc..d6a7d8b1 100644 --- a/docs/developer/ProjectsPage.mdwn +++ b/docs/developer/ProjectsPage.mdwn @@ -197,4 +197,8 @@ This page shall serve as a common place to look if you're in search of a DragonF * 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]]