Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-18-2001, 08:11 AM
|
#1
|
LQ Newbie
Registered: Aug 2001
Posts: 1
Rep:
|
Process memory limit
Hi, I have RedHat 7.0 and I'm wondering how to make a process not to be able to use more that X Mb of memory. If it does I want that process killed.
Costea
|
|
|
08-19-2001, 06:20 PM
|
#2
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
not sure about memory limits .... but you can set the priority of a process with the nice command.... that might a solution
man nice for more info....
|
|
|
08-20-2001, 05:36 AM
|
#3
|
Member
Registered: Jul 2001
Location: Kent, UK
Distribution: /Fedora/Debian/Ubuntu/Xubuntu
Posts: 108
Rep:
|
Not sure how to use it.
But check out the man page for bash and look for ulimit.
Try ulimit on its own from the command line and see what its set to. Mine says unlimited. I think you can set limits on system resources with this.
|
|
|
08-20-2001, 01:03 PM
|
#4
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
ulimit sets the limit on a particular file size, not memory used on it.
|
|
|
08-22-2001, 08:58 PM
|
#5
|
Senior Member
Registered: Feb 2001
Location: Atlanta, GA
Distribution: Slackware
Posts: 1,821
Rep:
|
ulimit is a built in command in the shell. It will restrict any processes from exceeding the set criteria. You have the following options, memory included:
Code:
# ulimit -a
core file size (blocks) 0
data seg size (kbytes) unlimited
file size (blocks) unlimited
max locked memory (kbytes) unlimited
max memory size (kbytes) unlimited
open files 1024
pipe size (512 bytes) 8
stack size (kbytes) 8192
cpu time (seconds) unlimited
max user processes 1024
virtual memory (kbytes) unlimited
Gary
|
|
|
08-22-2001, 09:00 PM
|
#6
|
Senior Member
Registered: Feb 2001
Location: Atlanta, GA
Distribution: Slackware
Posts: 1,821
Rep:
|
I forgot to mention. Do a man on bash and search for ulimit.
|
|
|
05-25-2002, 10:36 PM
|
#7
|
Member
Registered: May 2002
Location: Canada
Distribution: Slackware
Posts: 111
Rep:
|
what does "max CPU time" mean exactly??
|
|
|
09-24-2006, 09:37 AM
|
#8
|
LQ Newbie
Registered: Jul 2005
Distribution: Gentoo
Posts: 9
Rep:
|
Quote:
Originally Posted by Druaga
what does "max CPU time" mean exactly??
|
It means maximum time of the processor that is available to a single process. It is not the time of the process being alive; it's the time of the CPU that the process has used.
|
|
|
09-24-2006, 10:30 AM
|
#9
|
Senior Member
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873
|
If you are using PAM, and you probably are, then use the /etc/security/limits.conf file to establish process limits.
ulimit is a bash shell function. If you are using another shell then ulimit is not available.
|
|
|
09-24-2006, 01:42 PM
|
#10
|
Moderator
Registered: May 2001
Posts: 29,415
|
Please do not revive stale threads unless there's an urgent reason to.
|
|
|
All times are GMT -5. The time now is 03:08 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|