FS#27957 - [linux] Fix for "System hangs when copying data to usb device"
Attached to Project:
Arch Linux
Opened by Antonio (kokoko3k) - Monday, 16 January 2012, 07:38 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 29 February 2012, 07:28 GMT
Opened by Antonio (kokoko3k) - Monday, 16 January 2012, 07:38 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 29 February 2012, 07:28 GMT
|
Details
Description:
In recent kernels linux may hang for seconds or minutes when transferring much data versus "slow" devices. Additional info: * package version(s) linux >=2.6.36 Steps to reproduce: Copy a big file to a slow usb stick. Observe how the system stops to respond for a while. However, as pointed here: https://bbs.archlinux.org/viewtopic.php?pid=1033648#p1033648 This fixes the issue: echo madvise > /sys/kernel/mm/transparent_hugepage/defrag ...and this is the default with ubuntu installations. Could this be de default in next releases? |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Wednesday, 29 February 2012, 07:28 GMT
Reason for closing: Fixed
Wednesday, 29 February 2012, 07:28 GMT
Reason for closing: Fixed
Is the intention to revert this for 3.3, or do we consider this the best option regardless of the bug in question?