|
|
|
|
|
by exikyut
2337 days ago
|
|
I cannot believe those numbers. I've never known X to use 800KB of RAM. IIUC it needs to hold at own one screen-sized framebuffer in memory, which is ~5MB on my system. Practically speaking Xorg right now is using 460MB of virtual memory, 39MB resident, and 22MB shared (and that's _without_ Chromium running, ha). And i3 is using 56MB virtual, 33MB resident, 32MB shared. Also, for reference, "sleep infinity" uses 2324K virtual, 704K resident, and 640K shared. You might be able to beat that by working entirely in assembly language and using hair-raising allocation tricks like using the few KB of stackspace kernel gives you as your heap...? I'm not sure. |
|
Anyway: