メモリを増やすにはどうすればいいですか?

メモリを増やすにはどうすればいいですか?

私はUbuntu初心者です。Ubuntu 14.04 LTSを使用しています。このエラーが発生しました

Physical memory usage is too high: physicalBytes = 3G > maxPhysicalBytes = 3G

このコマンドを使用する

dmidecode -t 16

私は

# dmidecode 2.12
SMBIOS 2.7 present.

Handle 0x0012, DMI type 16, 23 bytes
Physical Memory Array
Location: System Board Or Motherboard
Use: System Memory
Error Correction Type: None
Maximum Capacity: 32 GB
Error Information Handle: 0x0019
Number Of Devices: 4

コマンドを使用してfree取得

             total       used       free     shared    buffers     cached
Mem:       8069552    7872888     196664     908496     248808    5355856
-/+ buffers/cache:    2268224    5801328
Swap:      4086780          0    4086780

どうすれば解決できますか?

関連情報