Blob Blame History Raw
From 5bcc29f4e8fd948cfa585c62cfee6aa2161376a6 Mon Sep 17 00:00:00 2001
From: mprahl <mprahl@redhat.com>
Date: Fri, 20 Dec 2019 11:33:51 -0500
Subject: [PATCH] Workaround to address RHBZ#1783669

---
 src/woeusb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/woeusb b/src/woeusb
index 3284259..61d9780 100755
--- a/src/woeusb
+++ b/src/woeusb
@@ -1672,9 +1672,7 @@ workaround_linux_make_writeback_buffering_not_suck(){
 		reset)
 			echo_with_color \
 				yellow \
-				'Resetting workaround to prevent 64-bit systems with big primary memory from being unresponsive during copying files.'
-			echo 0 > /proc/sys/vm/dirty_background_bytes
-			echo 0 > /proc/sys/vm/dirty_bytes
+				'Not resetting workaround to prevent 64-bit systems with big primary memory from being unresponsive during copying files due to RHBZ#1783669.'
 		;;
 		*)
 			printf_with_color \
-- 
2.21.0