Forum archive
Swap Drive Question
My turnkey linux appliance says the following under hardware on the contol panel:
Hardware: 3.75 GB RAM, 3 ECU, 20G rootfs, 4 GB SSD tmp
However, when I type
free
I get the following report, showing no swap drive:
root@wordpress ~# free
total used free shared buffers cached
Mem: 3853840 3227200 626640 0 304896 2299256
-/+ buffers/cache: 623048 3230792
Swap: 0 0 0
And the following for df
root@wordpress ~# df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 20G 4.5G 15G 24% /
udev 10M 0 10M 0% /dev
tmpfs 377M 104K 377M 1% /run
/dev/xvda1 20G 4.5G 15G 24% /
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 753M 0 753M 0% /run/shm
/dev/xvda2 4.0G 78M 3.7G 3% /mnt
/dev/xvda2 4.0G 78M 3.7G 3% /tmp
/dev/xvda2 4.0G 78M 3.7G 3% /var/cache/tklbam
Shouldn't it be using part of the 4Gig SSD Tmp drive for a swap drive?