Red Hat :: Can't Figure Out What's Using All The Memory

Jan 31, 2011

I have a Red Had EL5 server. Free -m shows total mem: 3042 and used mem: 2903. However, when I run a top or ps, there's barely anything using any memory. how I can identify what is using all this memory?

View 2 Replies


ADVERTISEMENT

Server :: Can't Figure Out Which Processes Are Eating Memory

Nov 6, 2010

I'm running several SHOUTcast server instances and a WowzaMediaServer instance on a CentOS machine. I'm experiencing a memory leak problem, but I can't figure out which processes are eating memory.

TOP command reports as follows:

[Code]...

Something misterious to me (I'm still a Linux newbie) is that TOP reports a total of 7.5GB used ram but very small percentage for single process (0-1%). Memory consumption starts at 1GB/8GB after reboot and in three days running gradually increases up to 8GB. I'm practising with Linux, but I still miss a lot to understand what's happening on my system. For instance, are there linux kernel logs saved somewhere that I can look at?

View 4 Replies View Related

General :: Application Virtual Address Space Memory Allocation - Memory Does Not Get Free

Apr 20, 2010

I am using malloc and frees a lot in my program. It shows its allocated but when i remove it doesnt show as the memory is removed(I am using the top command to view VIRT memory usage). If this continously grows what would happen to my program (Will it go out of memory?)

View 4 Replies View Related

Fedora Hardware :: Checking Computer Memory - Specification Shows 2 GB Of Memory Instead Of GB

Feb 7, 2011

Fedora 14 xfce
HP Mini 210

I am looking to buy some memory for my netbook. Currently I have 1 GB of DDR3 memory. However, the specification says that 2 GB of memory is the max. However, when I do the following it says that 4GB is the max:

[Code].....

View 3 Replies View Related

General :: Ubuntu - Memory Full, Process Memory Usage Doesn't Add Up In Top?

Mar 18, 2011

I have a computer with 16GB of ram. At the moment, top shows all the RAM is taken, (NOT by cache), but the RAM used by the various processes is very far from 16GB.I have seen this problem several times, but I don't understand what is happening.My only remedy so far has been to reboot the machine.

View 1 Replies View Related

Server :: Clear Cache Memory ( RHEL 5.1 ) As It Consumes Almost 100% Physical Memory?

Jan 11, 2010

let me know how to clear cache memory ( RHEL 5.1 ) as it consumes almost 100% physical memory.

View 3 Replies View Related

Software :: Free Database That Has Low Memory Usage And Innodb And Memory Like Engin

May 3, 2011

I am looking for free database that has low memory usage and innodb and memory like engins that has C API and support trigger and client/server support for using in embedded linux systems.

View 8 Replies View Related

Programming :: Memory Leaks - Glibc Detected - ./SuffixTree: Malloc() - Memory Corruption - 0x00

Mar 21, 2011

I am new to C and linux. My code below does arbitary writes but I cant figure out where or how it does it.

I am calling the insertNode() function with seq = 'MISSISSPPI$' and alphabets = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ$'

Code:

Weird behaviour I should mention is that when I check for NULL pointer in node->child[index], the unassigned values are not null anymore, they point to arbitary memory.

View 12 Replies View Related

OpenSUSE Install :: Virtual Memory / Resident Memory Of Server?

Feb 3, 2010

we found that if we use 'top' to show the memory usage of a server (SuSe Linux 10), we can get virtual memory usage as well as 'Resident memory' usage. For virtual mem or a particular process, it is around 1.1GB, which is large but for resident memory, it only consumes 300MB. Are there anyone who knows what the differences are? I would also like to know whether the difference (1.1GB - 300MB) = 800MB are actually available for use by other applications in the system.

View 1 Replies View Related

Ubuntu :: Memory Error When Installing Python - Cannot Allocate Memory

Apr 19, 2010

I get this error when I run "sudo apt-get install python-software-properties"

Preconfiguring packages ...
dpkg: unrecoverable fatal error, aborting:
fork failed: Cannot allocate memory
E: Sub-process /usr/bin/dpkg returned an error code (2)

I'm trying to install deluge via ssh and my vps has 512mb ram and is only using 11% of it prior to running the code.

View 2 Replies View Related

Programming :: Write A Script That Can Show Me Total Memory Vs Used Memory?

Apr 13, 2010

How do I write a script for my Linux that can show me total memory vs used memory and have it email me results if it's over 70 percent?

View 2 Replies View Related

Hardware :: Why Dmesg / Grep Memory Gives Two Different Physical Memory Amounts

Oct 20, 2010

I am monitoring physical memory in a server I administer, and my hardware provider told me they had increased physical memory size to 4Gb... However, using several tools (free -m; top; dmesg | grep Memory; grep MemTotal /proc/meminfo I discovered that I actually have 3Gb, not 4... But, my doubt comes from the fact that dmesg | grem Memory tells me I have 3103396k/4194304k available The first number is effectively 3Gb, but the second one, is 4! so, why I am looking at this two different numbers?

View 1 Replies View Related

Ubuntu :: Memory Leak / Some Process Eating All Memory

Jan 29, 2011

I have had a fresh install of Ubuntu 9.10 and installed some software after that.Since third some, some process is eating half of my memory.I have checked processes running in system manager but everything is normal.Maximum is consumed by compiz which is about 26 mb, seems very normal.I did restarted my computer several times, and in the start for 5 mins, its fine after that again my cpu fans runs at very fast speed and my one cpu is used up 95 % (I have dual core).Please help me out, this invisible thing is driving me crazy.I am attaching my htop screen shot (sorted by cpu %), now the cpu is not used by completely but fan is still struggling hard and fast.

View 9 Replies View Related

Software :: Accessing Memory Address Outside Standard Memory

Nov 22, 2009

I am writing an application that wants to access periphals registers outside the standard (allowed) memory area.

Doing so gets me "segmentation fault".

I know, this is natural behaviour.

One way of getting around this is writing the module which has to be loaded by linux. I will consider this some time later.

For now, I want to come to some quick result and allow linux or gcc compiler to write to those memory areas of periphals. Is there a direct way to do so?

View 3 Replies View Related

Programming :: SHM Memory Counted As Cache Memory With Kernel 2.6.18?

Aug 25, 2010

Is that possible that SHM shared memory is counted as cache memory on Linux with kernel 2.6.18?If find it really odd since this memory is not file backed, but I have a piece of code that loads data using shm_open+mmap, and it generates an amount of cache memory in /proc/meminfo that corresponds exactly to the amount of shared memory (I load that data from a file but I am using posix_fadvise(fd,0,0,POSIX_FADV_DONTNEED) to ensure this file is not cached and I made sure that it is working as expected). As far as I know SHM memory was not tagged as cache memory with kernel 2.6.9.If it is the case it is really unfortunate since normally cache memory can be considered to be part of the "available" memory since it can be flushed promptly but this is clearly not the case with SHM memory... Is there an easy way to get the total amount of used SHM memory on a system?

View 4 Replies View Related

Fedora :: Can't Quite Figure Out What The Cause Is?

Apr 29, 2011

I'm attempting to put together a 'nice' front-end for a set of image deployment scripts I've written. I'm running in to two different issues that I'm sure are related, but I can't quite figure out what the cause is. I am populating a variable with information from several text files to form my tag, string and default state for a dialog statement...

Code:
for dir in /tmp/apps/* ; do
APPMENU="$APPMENU $(echo $dir | sed 's//tmp/apps///') $(cat $dir/info)"
An example of the contents of /tmp/apps/office/info:
Code:
'Microsoft Office Enterprise' 'on'
The result of echo $APPMENU:

[Code]...

Does anyone have any idea what I should check for? Is there's a specific quoting method I need? In a Bash script I'm pulling quoted text from a file with cat then writing that same string (hopefully quoted!) to a variable. I have a single set of hard quotes (') in my text files presently.

View 1 Replies View Related

General :: Memory Corruption Detected In Low Memory

Aug 22, 2010

This is my first post in these forums. I'm still quite new to Linux (using Mint 9) so please bear with my not-very-articulate question(s)When I boot up and open up a tty terminal I get a message saying "Memory corruption detected in low memory." I've done an extensive google search about the issue and it seems not uncommon. I ran a memtest with no errors returned, so I'm sure that there's nothing really wrong with the memory; apparently it's a bug in the kernel that's causing this.

View 2 Replies View Related

General :: Top Used Memory Versus Ps Processes Memory

Jan 17, 2010

I found from command 'top' that 8GB memory are used. However, using command 'ps' with some options to grep the running processes and then summing up the memory used by the running processes are less than 2 GB. Where has the used memory gone ?

View 7 Replies View Related

Server :: SFTP Memory Error / Getting An Out Of Memory?

Jan 8, 2011

I have been setting up a vps I got out with bhost.net, with CentOS installed. I've been learning and have set up everying I need with the exception of ftp/sftp.

Using yum I installed vsftpd and ran into problems, thinking it was something I might of done I did a fresh install of CentOS and I still recieve the same problem on a fresh install so it is nothing I have done to the server.

The problem is when connecting via a sftp client I get an out of memory error. This error is listed in the putty faq ( url ) under A.7.5, there is a brief explaintion of the cure under A.7.6.

there is mention of a login script but I don't know where this is located. I'm a novice at Linux but by no means incompotent when it comes to computing.

View 5 Replies View Related

Ubuntu :: Cannot Figure Out How To Post A Bug?

Feb 11, 2010

i think this is not the right place for this post, but i can not figure out how to post a bug. i am talking about the permissions of: /tmp/orbit-root. please don't tell me now "don't" log in as root if you once login as user root from the login screen the permissions of /tmp/orbit-root are set to: drwx root but if log out the permissions are not set back / or the entry will be deleted. this will end for the next login as a normal user that you will get a bulp of error messages. easy to reproduce. this is not a feature - it's a bug.

View 1 Replies View Related

Ubuntu :: Can't Figure Out What Is Using RAM (and It's Not The Cache)?

Jun 15, 2010

I've been troubled by the high amount of RAM that is used by my Ubuntu desktop. Before I installed Ubuntu 10.04 (desktop, 64-bit) my system used around 500MB of RAM when no applications were open (just cold boot into the GNOME under 9.10). But when I installed Lucid, I've noticed that my used memory is now reported as 1GB or more as soon as I log into the system.

I want to figure out what is using all the extra RAM but I can't seems to find the culprit. I looked at all of the processes and numbers just don't add up. I exported the list of processes into a file and summed up the memory used by every process in a spreadsheet. The total came to around 700MB. Yet, both System Monitor and "free" reported the time that system was using over 1GB of memory. This means that at least 300MB of RAM are used but not by any process, at least as reported by "ps".

View 9 Replies View Related

Ubuntu :: Cant Figure Out How To Get Ati Drivers

Jul 22, 2010

i am trying to learn though i have a powercolor ATI radeon hd 5570 video card and i have never installed one in a pc with ubuntu having trouble figuring out how to get drivers.

View 3 Replies View Related

Ubuntu :: Figure Out How To Do This In Lucid

Sep 3, 2010

[URL]I can't get it going.

View 8 Replies View Related

Ubuntu :: Cannot Seem To Figure Out How To Get Into The Bios

Jan 7, 2011

I made a bootable usb drive that I would like to test on my sony viao laptop. I cannot seem to figure out how to get into the bios so I could set it to boot from the usb. I tried pressing F10 and F12 while booting but these were all guesses as I do not know which key combination is used to go to bios on this machine.

View 9 Replies View Related

Ubuntu :: Get To Boot First \ Can't Seem To Figure Out?

Apr 16, 2011

I know this has been asked, but I can't seem to figure out which answer will work for me.I'm not a programmer. I am an experienced computer user, and have been using 10.04 for about 6 months.I rarely use my Vista OS, and have to sit with my computer as it boots up, so I can select Ubuntu during the process.Vista was on the machine when I installed 10.04, but I would really like it (10.04) to boot first.

View 4 Replies View Related

Slackware :: How To Figure Out Dependencies

Nov 29, 2010

I installed slackware 13.1 (64) but I didn't install kde because I am using fluxbox. Now I would like to install k3b. I have gslapt installed but there are no dependencies listed. The k3b website says that kde is a requirement but that can't be true. find the dependencies of the official slackware package. The slackware book does not seem to have that information.

View 14 Replies View Related

Fedora :: Cannot Figure Out How To Install Flash On 12

Mar 23, 2010

I cannot figure out how to install Flash on Fedora 12. Which is the best option for downloading and where is a good tutorial on how to "unpackage" something?

View 1 Replies View Related

OpenSUSE Multimedia :: Figure Out How To Play Avi,mp4's And Dvd's

Mar 30, 2010

i'm new to opensuse and i'm liking it so far. I was trying to figure out how to play avi,mp4's and dvd's. I have accomplished to get an avi working in totem but not in banshee or mplayer or kaffeine. I can't seem to get the mp4 player playing or a dvd. All media players come up with an error, whether for a missing codec or no video out.

View 8 Replies View Related

Ubuntu Installation :: Can't Figure Out Hd Is So Small?

Dec 25, 2010

My computer has a much bigger hard drive than 11 gb but that is all I have access to when I transfer files using an external hd -- can anybody set me straight as to what I did wrong installing dual boot ubuntu 10.10 on my windows 7 machine?

View 1 Replies View Related

Ubuntu :: Get To Connect To Ad-hoc Connections And Just Can't Figure It Out?

May 21, 2011

I've been searching and searching trying to figure out how to get ubuntu to connect to ad-hoc connections and just can't figure it out. Can anyone help me out with this?I have the Droid 2 Global and I use "wifi tether" and it works for getting internet on windows and on my 360. But I just installed ubuntu and can not get it to connect.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved