HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: release memory
Operating System - Linux
1840267
Members
2359
Online
110162
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 03:23 PM
10-17-2006 03:23 PM
release memory
Hello
I used a RHEL21 NOS and running vsftp server. I also know when save and get file via ftp. the memory will hold until next file. so our system always used over 90% memory usage with not any problem. but we have a new monitoring tools to check memory.
Would you help me how to turn down memory. I know the sysctl can turning vm. But I know which one item of sysctl can release. Please suggest me to try to release memory when the RHEL2.1 used over 60-70% memory.
Thanks
Ryan
I used a RHEL21 NOS and running vsftp server. I also know when save and get file via ftp. the memory will hold until next file. so our system always used over 90% memory usage with not any problem. but we have a new monitoring tools to check memory.
Would you help me how to turn down memory. I know the sysctl can turning vm. But I know which one item of sysctl can release. Please suggest me to try to release memory when the RHEL2.1 used over 60-70% memory.
Thanks
Ryan
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 06:42 PM
10-17-2006 06:42 PM
Re: release memory
Shalom Ryan,
The whole princple behind this question needs to be called into question.
90% memory use is not a problem on a Linux system. It is an efficeint use of resources you paid money for.
As long as the system is providing service with a reasonable response time, there is no need to worry about actual memory use. When memory is not needed by applications, the system can use it to improve performance.
Jumping through hoops to make measurement software happy is likely to create a problem where none exists.
If you could add some reasoning, I'll check back on this thread and try and provide you more deataild assistance.
SEP
The whole princple behind this question needs to be called into question.
90% memory use is not a problem on a Linux system. It is an efficeint use of resources you paid money for.
As long as the system is providing service with a reasonable response time, there is no need to worry about actual memory use. When memory is not needed by applications, the system can use it to improve performance.
Jumping through hoops to make measurement software happy is likely to create a problem where none exists.
If you could add some reasoning, I'll check back on this thread and try and provide you more deataild assistance.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 07:43 PM
10-17-2006 07:43 PM
Re: release memory
Hey Ryan,
You can take a look at all the kernel parameters using the command "sysctl -a".
I've listed few kernel parameters that can be changed using the "sysctl" command itself and they can also be saved in "/etc/sysctl.conf" file and then kernel can be directed to that file using the command "sysctl -p /etc/sysctl.conf".
The kernel parameters for Physical and Virtual Memory are ---
Physical Memory
================
1) kernel.shmall
=> available memory for shared memory in 4K pages
2) kernel.shmmax
=> maximum size of one shared memory segment in byte
3) kernel.shmmni
=> maximum number of shared segments
Virtual Memory
===============
1) vm.min_free_kbytes
2) vm.swappiness
Here's a link for you for cross reference purpose as to how Memory Management task in Linux is accomplished.
http://www.redhat.com/magazine/001nov04/features/vm/
Atul
You can take a look at all the kernel parameters using the command "sysctl -a".
I've listed few kernel parameters that can be changed using the "sysctl" command itself and they can also be saved in "/etc/sysctl.conf" file and then kernel can be directed to that file using the command "sysctl -p /etc/sysctl.conf".
The kernel parameters for Physical and Virtual Memory are ---
Physical Memory
================
1) kernel.shmall
=> available memory for shared memory in 4K pages
2) kernel.shmmax
=> maximum size of one shared memory segment in byte
3) kernel.shmmni
=> maximum number of shared segments
Virtual Memory
===============
1) vm.min_free_kbytes
2) vm.swappiness
Here's a link for you for cross reference purpose as to how Memory Management task in Linux is accomplished.
http://www.redhat.com/magazine/001nov04/features/vm/
Atul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2006 08:57 AM
10-18-2006 08:57 AM
Re: release memory
man ulimit
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP