How can I limit the cache used by copying so there is still memory available for other cache?

前端 未结 7 1282
春和景丽
春和景丽 2020-12-29 22:51

Basic situation:

I am copying some NTFS disks in openSuSE. Each one is 2TB. When I do this, the system runs slow.

My guesses:

7条回答
  •  萌比男神i
    2020-12-29 23:00

    try using dd instead of cp .

    Or mount the filesystem with the sync flag.

    I'm not completely sure if these methods bypass the swap, but it may be worth giving a try.

    Just my 2c.

提交回复
热议问题