Opened 11 months ago
Last modified 10 months ago
#868 new enhancement
Block cache and page out
Reported by: | Jiri Svoboda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
Design and implement architecture for managing block cache and paging out in microkernel environment.
All pages except those allocated to kernel structures are available either to user pages or block cache. Recently unused user pages can be paged out in favor of recently accessed blocks and vice versa.
Benefits:
- should help improve filesystem performace
- allow more functionality in an environment where primary memory is limited
This would be an ideal topic for a master thesis.
Change History (2)
comment:1 by , 10 months ago
Milestone: | 0.13.1 → 0.14.1 |
---|
comment:2 by , 10 months ago
Milestone: | 0.14.1 |
---|
Note:
See TracTickets
for help on using tickets.
Milestone renamed