3
votes
1answer
464 views

How can I increase the number of open filehandles in Linux?

I'm trying to increase the number open file handles on a server of mine and the usual places don't seem to be taking effect: root@dev:~# sysctl -p |grep file fs.file-max = 200000 root@dev:~# grep ...
0
votes
2answers
856 views

How to fully use the 4G in my Laptop under Ubuntu 9.10 - 32-bit

I have a Toshiba A100, which I upgraded to 4G of RAM. The hardware startup indeed shows 4G of RAM, and I recently installed Windows 7, just to see how it behaves on it. So far so good, it displays 4G ...
1
vote
2answers
2k views

Meaning of FDSize in /proc/PID/status

I'm looking for a way to find out the open FD limit under Ubuntu machines which doesn't have the /proc/PID/limits, namely EC2 machines. I have been looking into /proc/PID/limits, and found the the ...