Thread: What is maximum process size in linux?

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    57

    What is maximum process size in linux?

    What is the maximize process size allowable in linux? I would like to run a process with as large a size as possible.

    I would guess there is a limit, because they need space for op system, maybe page size might require limits, ect. But I think I want to max out use of memory for a single program/process.

    Thanks

  2. #2
    {Jaxom,Imriel,Liam}'s Dad Kennedy's Avatar
    Join Date
    Aug 2006
    Location
    Alabama
    Posts
    1,065
    It is totally memory dependent. If you load lots of drivers, you get very little user space (if you have low memory). If you have lots of memory, you get lots of memory.

  3. #3
    Registered User
    Join Date
    May 2006
    Posts
    57
    So if you have 64bit linux, can you set process size to unlimited>

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. init adopts zombie process?
    By password636 in forum Linux Programming
    Replies: 4
    Last Post: 07-01-2009, 10:05 AM
  2. Why Linux, for the average user?
    By Hunter2 in forum A Brief History of Cprogramming.com
    Replies: 32
    Last Post: 07-07-2006, 02:36 PM
  3. Trouble with DMA Segmentation Faults
    By firestorm717 in forum C Programming
    Replies: 2
    Last Post: 05-07-2006, 09:20 PM
  4. Linux: Send keyboard input to background process
    By xErath in forum Tech Board
    Replies: 2
    Last Post: 12-09-2004, 07:02 PM
  5. installing linux for the first time
    By Micko in forum Tech Board
    Replies: 9
    Last Post: 12-06-2004, 05:15 AM