2
votes
0answers
50 views

Is there a default limit to the amount of memory a process may use?

Running 64-bit Matlab 7.12 on a 64-bit 10.04 Ubuntu Server. When I try run a big problem that should need 46GB of memory (the server has 72GB of Memory and plenty of swap space), the experimental ...
0
votes
0answers
15 views

Polipo results in Memory Overflow

I have a polipo proxy server that runs on an vServer with 2gb memory. After some time running the memory is full and the server stops working properly. This there a way to clear the memory regularly ...
0
votes
0answers
311 views

Memory usage abnormal in Ubuntu 12.04 server

I have a fresh installed Ubuntu 12.04 server, we don't used it yet, it has 2GB memory and I install Apache + MySQL. The problem is when the server rebooted memory usage is lower than 320MB but when ...
5
votes
2answers
159 views

How does landscape calculate memory usage?

I'm trying to debug an OOM situation in an Ubuntu 12.04 server, and looking at the Memory graphs in Landscape, I noticed that there wasn't any serious memory usage spike. Then I looked at the output ...
0
votes
1answer
76 views

System Memory Reporting

When logging into my Ubuntu Server 12.04 LTS (VPS), I get some nice stats upon login (or $ landscape-sysinfo): System information as of Tue Nov 6 05:41:06 EST 2012 System load: 0.0 ...
0
votes
0answers
188 views

High memory usage from mysqld

I'm running Ubuntu server 12.04 on a computer at home, granted it's a netbook so there's not a lot of performance to squeeze out of it, but I'm still wondering about the memory usage I'm seeing from ...
0
votes
2answers
155 views

High RAM eaters in Ubuntu servers

actually what are the High RAM eaters in Ubuntu server , is there any such things ? I just want to know . If there , i want to remove them because i need to save RAM . I will use Different servers ...
0
votes
1answer
346 views

Ubuntu 12.04 LTS compatible with Dell 2950's through auto provisioning?

Was wondering if Ubuntu 12.04 is supported on Dell 2950's through a RAM disk image?
0
votes
0answers
473 views

Ubuntu 12.04 - polkitd using 7GB of memory

We have a production web server running Ubuntu 12.04. We have a total of 24GB of RAM installed into the system. The problem is that our process list is showing polkitd as using 6.8 GB of memory. I've ...
1
vote
1answer
274 views

Why does apache keep running out of memory?

All the time my apache2 runs out of memory, I have 6 sites running on it. My server specs are: 2 gig ram, 6 core processor, 60 gb hard drive, and a 1000 mb/s how can I sort the problem out? it ...
1
vote
0answers
40 views

How HP Prolient Ubuntu server 11.0 support 4 gb [closed]

I have upgraded the server ram to 4+4= 8 gb, but after the physical installation, I restarted the server and when it came to the login prompt, it showed only 2+2 = 4 gb. Please Help. Thanks
0
votes
1answer
95 views

Ubuntu Server: Intel Driver Uses Lots of RAM

I have tried installing Squeeze, Lucid and Oneiric on my new dedicated server (The host doesn't have Precise yet), and noticed that on fresh install they have very different memory usages. On Lucid ...
0
votes
3answers
310 views

How much RAM will my PHP application have access to on a 32bit server?

I have a 32bit 10.04 server has 32gb ram I am running opencart e-commerce sites (php) Max How much ram can use by opencart? (32gb or 4gb?)
5
votes
3answers
2k views

Check the amount of RAM on the server

Is there a way to check a server (without opening it up and physically looking) at the amount of ram that is in the box in terms of how many slots are free. Also I need to know how much ram it could ...
3
votes
2answers
194 views

When your web server starts paging memory to disk and slows to a crawl, what's the best way to recover?

I've been shutting down and restarting the server, but is there something short of that you can do to quickly recover from a high-paging situation?
6
votes
2answers
2k views

“kernel panic not syncing out of memory and no killable process”

I'm installing Ubuntu Server 10.04 on a Pentium 3 with 256 MB RAM, I select install, continue with the process and when I see the "configuring apt sources" progress bar then I got the error: "kernel ...
14
votes
6answers
13k views

How can I monitor the memory usage?

I have used top to see the memory usage at the moment. But I would like to monitor the memory usage over a period of time. E.g start monitoring and then execute a few commands, and final stop the ...