Advertisement
oliverthered

linux kernel swap, advanced sandwich cashing

Oct 28th, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. NASA Jeff <tallboy258@gmail.com>
  2. 13:26 (16 minutes ago)
  3. to oliverthered
  4.  
  5. <oliverthered> yes, I can confirm it's locking up when it hits swap
  6. <oliverthered> the issue is between 48 and 51
  7. <oliverthered> I'll have a look and try to fix it
  8. * lisac has quit (Connection closed)
  9. * raynor (~raynor@SpotChat-pga.v17.39.70.IP) has joined
  10. * fabio (~fabio@SpotChat-h9l.osf.47.151.IP) has joined
  11. * fabio has quit (Quit: Leaving)
  12. * mikhail has quit (Ping timeout: 121 seconds)
  13. * briels has quit (Connection closed)
  14. * raynor has quit (Quit: Leaving)
  15. * oem (~oem@SpotChat-vg4.bnd.250.197.IP) has joined
  16. <oliverthered> but in addition the kernel needs to be able to swap out stable user processes when active user processes start consuming more memory so the swap barrier isn't reached to the point that everything grinds to a halt. and imrpovement upon this 'crude' method would be to swap out inactive pages so that the load on the swap device is distributed so that when pages need to become active again only those pages need to be loaded
  17. <oliverthered> of swap and other inactive pages swapped out. This should speed the whole thing up, especially as most feasibly usable older systems can be upgraded to SSD which should have reasonable performance when used as a swap device
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement