--- ./bin/dnf.in_orig	2021-06-29 08:14:35 +0000
+++ ./bin/dnf.in	2021-07-21 01:57:16 +0000
@@ -19,8 +19,9 @@
 #
 
 from __future__ import unicode_literals
-import sys
+import sys, resource
 
+resource.setrlimit(resource.RLIMIT_DATA, (2147483648, -1))
 
 def suppress_keyboard_interrupt_message():
     """Prevent unsightly KeyboardInterrupt tracebacks.
