who can join me and help me?
-
- Member
- Posts: 199
- Joined: Fri Jul 13, 2007 6:37 am
- Location: Stuttgart/Germany
- Contact:
- KrnlHckr
- Member
- Posts: 36
- Joined: Tue Jul 17, 2007 9:16 am
- Location: Washington, DC Metro Area
- Contact:
For what it's worth...
From OSDI:3rd Edition, Tanenbaum[2006], pg 420, sec 4.7, para 1:
"Memory management in MINIX 3 is simple: paging is not used at all. MINIX 3 memory management as we will discuss it here does not include swapping either. Swapping code is available in the complete source and could be activated to make MINIX 3 work on a system with limited physical memory. In practice, memories are so large now that swapping is rarely needed."
Emphasis mine.
From OSDI:3rd Edition, Tanenbaum[2006], pg 420, sec 4.7, para 1:
"Memory management in MINIX 3 is simple: paging is not used at all. MINIX 3 memory management as we will discuss it here does not include swapping either. Swapping code is available in the complete source and could be activated to make MINIX 3 work on a system with limited physical memory. In practice, memories are so large now that swapping is rarely needed."
Emphasis mine.
"If your code won't run, verify that you are, indeed, using the STABLE branches of your toolchain!" -- KrnlHckr, 2007
It's true though. I run Ubuntu in 1GB, and I discovered a while ago that my swap partition was corrupted and swapping was off. Never noticed it.KrnlHckr wrote:Swapping code is available in the complete source and could be activated to make MINIX 3 work on a system with limited physical memory. In practice, memories are so large now that swapping is rarely needed."
JAL
- KrnlHckr
- Member
- Posts: 36
- Joined: Tue Jul 17, 2007 9:16 am
- Location: Washington, DC Metro Area
- Contact:
It seems, then, that the need for swap (as pointed out by Tanenbaum) is dependent upon the type of system - server or workstation/desktop. Server software such as Oracle can be monsterous pigs, indeed. IIRC, Linux will allocate as much physical RAM as it can and page as needed.
My desktop appears to never have used swap. It's a 2GB Dell laptop. Some of my servers (oracle db boxes, ironically) are swap crazy.
All of this is what makes OS development and research so much fun!
-sean
My desktop appears to never have used swap. It's a 2GB Dell laptop. Some of my servers (oracle db boxes, ironically) are swap crazy.
All of this is what makes OS development and research so much fun!
-sean
"If your code won't run, verify that you are, indeed, using the STABLE branches of your toolchain!" -- KrnlHckr, 2007
- KrnlHckr
- Member
- Posts: 36
- Joined: Tue Jul 17, 2007 9:16 am
- Location: Washington, DC Metro Area
- Contact:
And how sad it is that a OS which we proclaim to be the killer of the bloatware that is Windows falls victim to its own bloated code...JamesM wrote:Oh yeah, forgot the second biggest desktop killer... x.org! It regularly uses masses of RAM and slows my (work) system to a crawl.
That and Firefox combine to make the ultimate machine destroyer!
"If your code won't run, verify that you are, indeed, using the STABLE branches of your toolchain!" -- KrnlHckr, 2007
- KrnlHckr
- Member
- Posts: 36
- Joined: Tue Jul 17, 2007 9:16 am
- Location: Washington, DC Metro Area
- Contact:
Oops, too true. Darn those piggy application developers!AJ wrote:I don't think that's a problem that the OS is entirely to blame for - with both Windows and Linux desktop environments, people want lots of functionality and pretty graphics
Cheers,
Adam
"If your code won't run, verify that you are, indeed, using the STABLE branches of your toolchain!" -- KrnlHckr, 2007
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Xorg barely uses 20M of ram on my main workstation and I've had the system running for nearly a week, personally I think your attacks toward it are unwarranted.JamesM wrote:Oh yeah, forgot the second biggest desktop killer... x.org! It regularly uses masses of RAM and slows my (work) system to a crawl.
That and Firefox combine to make the ultimate machine destroyer!
As for Firefox, we're in complete agreement... here's hoping for version 3.0.