- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: memory usage
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
11-13-2003 03:01 AM
11-13-2003 03:01 AM
memory usage
here is my vmstat output:
r b w swpd free buff cache si so bi bo in cs us sy id
0 0 0 17068 988120 145884 2605204 0 0 1 3 4 5 1 0 0
Some one tell me how can get the cache memory back to my applications...
Here is my top output:
Mem: 3947940K av, 3458628K used, 489312K free, 0K shrd, 146032K buff
Swap: 1048552K av, 17068K used, 1031484K free 2605208K cached
Thanks
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 03:20 AM
11-13-2003 03:20 AM
Re: memory usage
Try adding some swap space using files, It's easier. Just to make a test...
hth,
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 03:29 AM
11-13-2003 03:29 AM
Re: memory usage
check in dmesg if you see 4G
if not have alook at
/usr/src/linux-2.4.20-20.9/Documentation/kernel-parameters.txt
in there you will find how to pass this to kernel as parameter at boot
look for parameter mem=
after you have tested this works do not forget to make it permanent from lilo or grub
# meminfo
also help to see memory informations
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 03:50 AM
11-13-2003 03:50 AM
Re: memory usage
This kernel is designed for systems with memory in excess of 2 GB.
Also, swap on most Linux/Unix systems needs to be at least half of system memory. That's fur sure on HP-UX and a rule I've seen in Linux guides.
sEP
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
11-13-2003 04:10 AM
11-13-2003 04:10 AM
Re: memory usage
Here is my GRUB line for kernel:
kernel /boot/vmlinuz-2.4.16-WSPACK ro root=/dev/cciss/c0d0p1
I think it is not enabled with bigmem...
am i right?
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 04:11 AM
11-13-2003 04:11 AM
Re: memory usage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 04:24 AM
11-13-2003 04:24 AM
Re: memory usage
All installed and configured kernels will show on the startup screen on the console.
If you see one called bigmem, choose it with the keyboard and see if it boots.
If its not there, go get one from Red Hat. Its an rpm file and pretty easy to install either from the command line or Red Hat Update.
The default line of the grub file tells the system which kernel to auto boot.
Don't delete the old kernel while running this experiment. Make sure the new one works and gives good results before making any changes.
SEP
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
11-13-2003 04:30 AM
11-13-2003 04:30 AM
Re: memory usage
also at the top of your dmesg you will see how much is seen at boot
# dmesg | less
if this is not your total and your .config say somrthing like
------------
grep "GB" /boot/config-2.4.20-20.9
# CONFIG_3GB is not set
# CONFIG_2GB is not set
CONFIG_1GB=y
------------
then you are right, you dont have the bigmem
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 04:31 AM
11-13-2003 04:31 AM
Re: memory usage
I checked my .config in /usr/src/linux but no luck with "grep GB .config" (no output)
How can check my running kernel is supporting big memory more than 2GB...
Thanks
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 04:33 AM
11-13-2003 04:33 AM
Re: memory usage
Memory: 3947712k/4014056k available (1857k kernel code, 65956k reserved, 558k data, 228k init, 3096
552k highmem)
Now the issue is my application is using only 1 Gigs...any reasons
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 04:35 AM
11-13-2003 04:35 AM
Re: memory usage
What application is it?
Who is the vendor?
If I know anything about it, I'll try and help. If not, you may need to contact the vendor of the application.
SEP
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
11-13-2003 01:00 PM
11-13-2003 01:00 PM
Re: memory usage
> Mem: 3947940K av, 3458628K used, 489312K free, 0K shrd, 146032K buff
> Swap: 1048552K av, 17068K used, 1031484K free 2605208K cached
Sure 4GB found. 3.4GB used. 2.6GB of disk chaching.
It honesly lookslike it's being used, and there's 500 or so MB available.
Looking deeper into /proc/meminfo would give more details.
If I had to guess, I'd say big-scale databases were at work here, to cause that level of cache. Oracle? DB/2?
Doesn't appear to be all that much user-space memory usage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 01:23 PM
11-13-2003 01:23 PM