jolly
09-15-2001, 08:44 AM
I guess I am facing some prob with RAM
How can we check the server RAM if its working fine or not via telnet.
How can I check the virtual memory and Increase it.
Can anyone tell me the command for this.
Please help me............
Mike the newbie
09-15-2001, 09:19 AM
Originally posted by jolly
I guess I am facing some prob with RAM
How can we check the server RAM if its working fine or not via telnet.
How can I check the virtual memory and Increase it.
Can anyone tell me the command for this.
I am not sure what you mean by "check it", nor did you mention what OS you are using. Assuming Red Hat Linux and that you want to see how much RAM is in the box and being used, try the free command.
BlueBox
09-15-2001, 09:54 AM
you can check your virtual mem limits by using (as root)
ulimit -a
And this would give you the hard limits
ulimit -aH
try man ulimit for the commands on changing the values