Opened 17 years ago
Closed 16 years ago
#1972 closed enhancement (fixed)
Implement paging (swap file) support
Reported by: | axeld | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/pre-alpha1 |
Keywords: | Cc: | black.belt.jimmy@… | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
While our VM is prepared to handle paging of anonymous memory, it's not yet implemented yet. Implement swap file support, try to intelligently handle the free space and the swap file (eventually allowing several swap files, or the reuse of other system's swap partitions - note suspend-to-disk issues with that), have a look at page compression, etc.
Finally, the swap file should be configurable. There is already the "VirtualMemory" preferences application that could be extended/changed as needed.
Change History (3)
comment:1 by , 17 years ago
Owner: | removed |
---|
comment:2 by , 16 years ago
Cc: | added |
---|
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Enabled swap support by default in hrev27233.
Note:
See TracTickets
for help on using tickets.
#2633: JAM vfork: Out of memory apparently these are related.