![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Monitoring a single process in solaris | jayana | SUN Solaris | 3 | 05-30-2008 11:35 PM |
| upper limit of accessible memory space for a single process in Unix/Linux | cy163 | UNIX for Dummies Questions & Answers | 1 | 04-30-2007 07:09 AM |
| Process using the most memory | janet | AIX | 5 | 03-22-2006 03:33 AM |
| Memory in Use by a process | khopdi | Shell Programming and Scripting | 0 | 10-18-2005 11:59 AM |
| Memory used by a process | luft | UNIX for Dummies Questions & Answers | 3 | 08-18-2005 03:27 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#8
|
|||
|
|||
|
Quote:
|
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
Perhaps what you're looking for is as simple as kernel params
I don't know if these will have the desired effect for you or not, but its worth a try. You can set these with the sysctl command on the fly, and they can also be placed in your /etc/sysctl.conf for persistence. See "man sysctl" for more info than a dullard like me can give you. Parameters for shared memory kernel.shmmni: maximum number of shared segments, system wide kernel.shmall: maximum shared memory, system wide kernel.shmmax: maximum shared memory segment size Hope this helps. |
|
#10
|
|||
|
|||
|
red hat answer......
Currently, there is no possible way to limit rss on a RHEL4/5 system. This is a known issue upstream. The best option would be limit as.
There isn't a good way to implement this, as it opens up for the possiblity of DoS attacks if you set the RSS low enough. Anything that uses glibc will have a good chunk of RSS dedicated to glibc, which is going to hurt them. There is also the question of what to do in NUMA situations. |
|||
| Google The UNIX and Linux Forums |