|
|
Subscribe / Log in / New account

Building header files into the kernel

Building header files into the kernel

Posted Mar 22, 2019 12:33 UTC (Fri) by excors (subscriber, #95769)
In reply to: Building header files into the kernel by neilbrown
Parent article: Building header files into the kernel

> Why not move it to swapable memory?

I think most Android devices don't have swap. They prefer to just kill background apps whenever RAM gets low.


to post comments

Building header files into the kernel

Posted Mar 22, 2019 15:20 UTC (Fri) by dezgeg (subscriber, #92243) [Link] (1 responses)

Plenty of devices use zram, I think.

Building header files into the kernel

Posted Mar 22, 2019 17:45 UTC (Fri) by excors (subscriber, #95769) [Link]

Ah, true, I suppose that technically is swap. But moving a gz file from RAM into tmpfs that gets swapped to zram that is stored in RAM, doesn't sound especially useful.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds