When I run top I get this result.
I wounder why I use nearly 7MB swap when I have 14 MB free memory. Can someone explain that to me. Is something wrong?
Do I have to empty the swap partition someti...
http://www.experts-exchange.com/OS/Linux/Q_10036108.html
Zones:
LinuxDate Answered: 02/08/1998 Grade: C Views: 0
we cannot access the windows swap file, win386.swp. how do include the code to access this file?
Raphael
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10140687.html
Zones:
C++Date Answered: 04/10/1999 Grade: A Views: 0
Is a onmouseover image swap and sound effect possible at same time? I was wondering, if it were possible to have 3 different images swap out and have 3 different sound effects for the images? If ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10246371.html
Zones:
JavaScriptDate Answered: 12/13/1999 Grade: A Views: 0
$a=1
$b=2
how do I swap $a and $b in a "one liner"?
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20136813.html
Zones:
PerlDate Answered: 06/17/2001 Grade: A Views: 4
Hi,
the server has 4GB RAM and 2GB was allocated:
the top command shows: 4GB real, 1.2GB free, 3.9GB swap in use, 700MB free
1. how does the server comes up with 3.9GB swap in use and 700...
http://www.experts-exchange.com/OS/Unix/Solaris/Q_20334644.html
Zones:
SolarisDate Answered: 03/15/2003 Grade: A Views: 0
I would like to if it is possible to swap two resgisters
without using a third register.
Also how does one rearrange the contents of a register in place such that LSB becomes MSB(Basically revers...
http://www.experts-exchange.com/Programming/Languages/C/Q_20434492.html
Zones:
CDate Answered: 12/23/2002 Grade: A Views: 0
I know that normally I can't use the same partiton for the swapfile of windows and linux? I would save some space doing so, so I am looking for some alternative solutions.
http://www.experts-exchange.com/OS/Miscellaneous/Q_20535741.html
question is about this code:
#include<stdio.h>
void swap(int *a,int *b)
{
int *t;
t=a,a=b,b=t;
}
main ()
{
int a=5,b=11;
swap(&a,&b);
printf (%d %d,a,...
http://www.experts-exchange.com/Programming/Languages/C/Q_20730765.html
Zones:
CDate Answered: 09/06/2003 Grade: B Views: 0
Virtual memory concept involves what kind of swapping.
http://www.experts-exchange.com/OS/Miscellaneous/Q_20736744.html
What I want to do is have my mouse highlight over the thumbnails within the iframe, and once the mouse is over one of those thumbnails, the bigger image will change to that thumbnail picture.
...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20793919.html
Zones:
JavaScriptDate Answered: 11/11/2003 Grade: A Views: 0