![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mamimum memory single process | frankkahle | Linux | 9 | 11-06-2007 01:06 PM |
| PSI consolidates IBM mainframe, Unix, Linux and Windows on single box - Search390.com | iBot | UNIX and Linux RSS News | 0 | 09-26-2007 08:30 AM |
| How to add a space after an Upper case letter | onthetopo | UNIX for Dummies Questions & Answers | 1 | 07-11-2007 04:36 PM |
| /tmp: File system full, swap space limit exceeded | frustrated1 | SUN Solaris | 5 | 03-18-2007 12:38 PM |
| UNIX export command - memory space | Nomaad | UNIX for Advanced & Expert Users | 2 | 04-10-2006 05:49 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
upper limit of accessible memory space for a single process in Unix/Linux
Hellp all,
if there is 3G memory in my Unix server I want to know if all the 3G space can be used by ong sigle process. As i know, in Windows, one process can only access at most 1G memory despite there is probably more than 1G memory is equipped. |
| Forum Sponsor | ||
|
|
|
|||
|
Available virtual memory = RAM + swapfile - (currently in use)
So, if the total is 3GB + (probably) 6GB swap, you have nine GB to use. The total memory for a process is kernel space + user space. What version of unix do you have? For example, free gives you this information on Linux boxes. Generally, processes that use huge amounts of memory will cause the system to bog because of all the extra paging activity involved. If this is a multiuser system, you might want to ask first. And check ulimit for your account, also. |
|||
| Google UNIX.COM |