Changes between Initial Version and Version 1 of Ticket #14831, comment 5
- Timestamp:
- Jan 16, 2019, 3:10:44 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14831, comment 5
initial v1 3 3 I assume this has something to do with how data structures that are needed to implement a single coherent filesystem out of all the packages are implemented... perhaps the packages themselves could restructured so that the data structures that are needed can just be mmaped directly from the hpkgs and leave the rest up to cache instead of actually loading things into memory. If it already does that then it seems there is some other problem... 4 4 5 Memory wasted to packagefs is memory you don't have for cache...it seems to make the installer unbootable on my 512MB system also (need to retest since beta). 6 5 7 I guess any shine through R/W files might cause overhead as well?