Results 1 to 7 of 7

Thread: Memory?

  1. #1
    Zordani is offline Member
    Join Date
    Aug 2008
    Posts
    38

    Memory?

    How does memory work for Linux? Does it still need a swap file, or a part of the disk space converted into memory, like windows does? Or is it a completely new system?

  2. #2
    whcdavid is offline WHC Administrator
    Join Date
    Dec 2003
    Posts
    3,529
    It takes memory from physical memory and if there is no physical memory for the application, then it will try to use the SWAP space.
    DataCenterTalk Rate, review and Discuss about datacenters.
    DatacenterSearch Where your datacenter search ends.

  3. #3
    Zordani is offline Member
    Join Date
    Aug 2008
    Posts
    38
    Ok, thanks a lot for your reply. I've been doing some reading lately, and got that question answered Tommorow I'll install Ubuntu, so wish me luck everyone!

  4. #4
    tomandrew is offline Member
    Join Date
    Sep 2008
    Posts
    72
    Most major programs on Linux use shared libraries to facilitate assertive functionality.For example, a KDE text editing program will use several KDE aggregate libraries (to acquiesce for alternation with added KDE components), several X libraries (to acquiesce it to affectation images and archetype and pasting), and several accepted general system libraries (to acquiesce it to accomplish basal operations).

    It will amount a individual archetype of the aggregate libraries into memory and use that one archetype for every affairs that references it.

    Unfortunately, a absolute representation of action anamnesis acceptance isn't simple to obtain.

  5. #5
    ConnectSwitch is offline Newbie
    Join Date
    Dec 2008
    Posts
    13
    Linux Swap works like the Windows page file does.

  6. #6
    take2 is offline Newbie
    Join Date
    Mar 2009
    Posts
    10
    Quote Originally Posted by whcdavid View Post
    It takes memory from physical memory and if there is no physical memory for the application, then it will try to use the SWAP space.

    It is actually possible to tune (or change) the swap algorithm in linux so it takes a more aggressive approach to swap management. You could have it swapping out idle processes even when there's available memory on the system. This frees up more memory for use with things such as disk caching.
    Take 2 Hosting, Inc. - Hosting Done Right
    Fully automated setup - new servers in as little as 10 minutes
    Now offering Rent-to-Own options
    http://www.take2hosting.com/

  7. #7
    naturelover is offline Newbie
    Join Date
    Aug 2009
    Posts
    18
    Linux does the swap of page files more efficiently than windows. With a 512 MB ram u can really run a application which need 2GB ram fine in Linux environment. But in windows the process slows down the performance.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •