vi編輯器開啟大檔案報錯0602-101 Out of memory saving lines for undo的解決方法
在AIX平臺上使用vi編輯器開啟大檔案(超過1,048,560行時,大約130MB)時,會報如下錯誤。
$ vi alert_CBSDB.log
ex: 0602-101 Out of memory saving lines for undo.
解決辦法:
方法一:
bash-3.2$ vi -y 9999999 alert_CBSDB.log
其中-y number為指定vi編輯視窗的行號,9999999>1,048,560(預設行數)
方法二:
使用ultraedit等編輯軟體開啟進行檢視。
方法三:
export EXINIT="set ll=20000000 dir=/home/tmp" /**** /home/tmp為自定義空間足夠的目錄 *****/
方法四:
ESC :set dir=<your_choice>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31547066/viewspace-2649202/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 組策略編輯器無法開啟的解決方法
- Linux– 檔案編輯器 vi/vim(1)Linux
- Ubuntu - WPS開啟檔案提示檔案被鎖定無法編輯解決方法Ubuntu
- git post資料過大報錯-Out of memoryGit
- 解決MYSQL工具mysqldump 遇到 Out of memory 方法MySql
- AIX VI編輯器AI
- 12 vi編輯器
- Nginx 報錯 504 Gateway Time-out 的解決方法NginxGateway
- Linux 6下EBS R12.2.4開啟報錯 OutOfMemory(out of memory)Linux
- oracle logmnr 報錯"In Memory Undo is unsupported"Oracle
- Ubuntu 自帶vi編輯器不好用的解決辦法Ubuntu
- 【ERROR】ORA-27102: out of memory 解決方法Error
- VI編輯器基本教程
- win10策略編輯器怎麼開啟 win10策略編輯器開啟的方法Win10
- ORA-27102: out of memory 問題解決方法
- cat開啟檔案正常vim開啟檔案中文亂碼解決方法
- win10登錄檔怎麼開啟 開啟登錄檔編輯器的方法一覽Win10
- vi編輯器相關命令
- Linux 退出Vi編輯器Linux
- Vi/Ex編輯器教程[4]
- Vi/Ex編輯器教程[3]
- Vi/Ex編輯器教程[2]
- Vi/Ex編輯器教程[1]
- Win10系統開啟本地組策略編輯器總是報錯如何解決Win10
- ORA-04030: out of process memory ...(initSubHeap:qk...)的錯誤解決
- linux中vi編輯器的使用Linux
- Win10系統玩cf出現out of memory的解決方法Win10
- pdf編輯器如何開啟PDF檔案拆分文件頁面
- Unix vi編輯器命令總結
- 【ORACLE】ORA-27102: out of memory報錯的處理Oracle
- Linux-vi編輯器開發必備操作Linux
- cenots7.6系統報“fork:Cannot allocate memory” 報錯的解決方法(實操)
- Linux下的編輯器――vi大全(轉)Linux
- standby新增檔案錯誤的解決方法
- Windows10系統下開啟登錄檔編輯器的2種方法Windows
- kaldi的編譯安裝與報錯解決方法編譯
- JDeveloper啟動時老是報錯-解決方法Developer
- SQLServer資料庫MMC不能開啟檔案的解決方法SQLServer資料庫