這篇文章主要介紹“安裝oracle12c時(shí)swap不足怎么辦”,在日常操作中,相信很多人在安裝oracle12c時(shí)swap不足怎么辦問題上存在疑惑,小編查閱了各式資料,整理出簡(jiǎn)單好用的操作方法,希望對(duì)大家解答”安裝oracle12c時(shí)swap不足怎么辦”的疑惑有所幫助!接下來,請(qǐng)跟著小編一起來學(xué)習(xí)吧!
創(chuàng)新互聯(lián)建站主營(yíng)漠河網(wǎng)站建設(shè)的網(wǎng)絡(luò)公司,主營(yíng)網(wǎng)站建設(shè)方案,成都APP應(yīng)用開發(fā),漠河h5成都微信小程序搭建,漠河網(wǎng)站營(yíng)銷推廣歡迎漠河等地區(qū)企業(yè)咨詢free 命令用于顯示當(dāng)前系統(tǒng)中內(nèi)存的使用量
1、查看當(dāng)前內(nèi)存
[root@happy ~]# free -m
total used free shared buffers cached
Mem: 1826 1706 120 8 0 531
-/+ buffers/cache: 1174 652
Swap: 2063 2 2061
2、創(chuàng)建用于交換分區(qū)的文件:增加2G大小的交換分區(qū),count等于想要的塊大小
[root@happy ~]# dd if=/dev/zero of=/home/swap bs=block_size count=number_of_block
dd: invalid number ‘block_size’
[root@happy ~]# dd if=/dev/zero of=/home/swap bs=1024 count=2048000
2048000+0 records in
2048000+0 records out
2097152000 bytes (2.1 GB) copied, 10.0768 s, 208 MB/s
3、設(shè)置交換分區(qū)文件
[root@happy ~]# mkswap /home/swap
Setting up swapspace version 1, size = 2047996 KiB
no label, UUID=2a8e8c81-fe4b-4111-ae60-715715cdb400
4、立即啟用交換分區(qū)文件
[root@happy ~]# swapon /home/swap
swapon: /home/swap: insecure permissions 0644, 0600 suggested.
5、再次查看
[root@happy ~]# free -m
total used free shared buffers cached
Mem: 1826 1741 85 7 0 742
-/+ buffers/cache: 998 827
Swap: 4063 81 3982
6、如果想使得開機(jī)自啟動(dòng),想要修改文件/etc/fastb 修改swap行
#
# /etc/fstab
# Created by anaconda on Mon May 14 16:09:52 2018
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/rhel-root / xfs defaults 1 1
UUID=6fef81a7-d81f-4a22-8795-f714054edb2e /boot xfs defaults 1 2
/home/swap swap swap defaults 0 0
/mvp/RHEL-server-7.0-x86_64-LinuxProbe.Com.iso /mnt/cdrom iso9660 defaults,ro 0 0
到此,關(guān)于“安裝oracle12c時(shí)swap不足怎么辦”的學(xué)習(xí)就結(jié)束了,希望能夠解決大家的疑惑。理論與實(shí)踐的搭配能更好的幫助大家學(xué)習(xí),快去試試吧!若想繼續(xù)學(xué)習(xí)更多相關(guān)知識(shí),請(qǐng)繼續(xù)關(guān)注創(chuàng)新互聯(lián)-成都網(wǎng)站建設(shè)公司網(wǎng)站,小編會(huì)繼續(xù)努力為大家?guī)砀鄬?shí)用的文章!