diff --git a/help/index.html b/help/index.html index 37d7bbe..22ec901 100644 --- a/help/index.html +++ b/help/index.html @@ -128,7 +128,7 @@
Version | 説明 |
---|---|
1.3.0 | (2018/06/27) +非同期I/O(Linux AIO)機能サポート +O_DIRECTフラグサポート(デフォルト有効) +コピー実行時または終了時、無言クラッシュする問題を修正(したはず) +read()発行時のO_NOATIME追加、posix_fadvise()追加などread/writeを全般に最適化 +RapidCopy for mac v1.3.0から以下をporting +パス入力時、末尾フォルダ/ファイル名が確認できるように表示末尾に自動スクロール +I/Oサイズの設定値が常に無視されており、強制的に1MB(下限値)となる問題を修正 +dst側でwrite()エラーが発生した場合にコピーが無限ループで進行不能になる(キャンセルは可能) + |
1.2.7 | (2018/03/07) ベリファイ有効時、対象ファイル単位でベリファイが動作していた問題を修正 RapidCopy for mac v1.2.6 から以下の修正をportingした コピー進捗表示のデータ単位表示をMBからGiBに変更 -LTFSモード,ODAモード時、禁則文字自動変換の結果に矛盾が発生する場合はコピー前に強制停止する機能を追加 +LTFSモード時、禁則文字自動変換の結果に矛盾が発生する場合はコピー前に強制停止する機能を追加 LTFSモードの禁則文字自動置換機能実行時、ファイル/フォルダ名置換後の名称が同一になる場合、置換前ファイルの片方が保存されない。 LTFSモードの禁則文字自動置換機能実行時、差分コピー(上書きなし),差分(サイズ),ベリファイ(サイズ)およびリストアップ機能が置換後のファイルに対して動作しない |
I/O unit (MB) | read/write request unit size for OS. + "I/O unit" * "OverLap I/O Num" is the [Max I/O size] for OS. + If it's too large, I/O errors will occur. Please carefully test and set it. + (Buffer size is required more than twice value of Max I/O Size) |
OverLap I/O Num |
+ I/O performance(especially 10G Ether) is improved by LinuxAIO system call. + (If it is specified "1", use legacy read/write systemcall) + Note:Running multiple RapidCopy, It may cause I/O error due to insufficient resources in the kernel. + |
Version | Summary |
---|---|
1.3.0 | (2018/06/27) +Support Linux AIO +Support O_DIRECT flag for read/write(default:enable) thx Mr Shirouzu. +Optimize read/write performance(O_NOATIME,posix_fadvise...) etc.. +Automatically scroll to the end of the input src/dst path +Bug fix. + |
1.2.7 | (2018/03/07) Fix force verify one by one. Porting from RapidCopy for mac v1.2.6 |