I am trying to create a patch using two large folders (~ 7 GB).
Here is how I do it:
$: # diff -Naurbw ... / other-folder> file.patch
But perhaps due to file sizes, the patch is not created and gives an error:
diff: memory exhausted
I tried to make the space more than 15 GB, but the problem still persists.
Can someone help me with the flags I should use?
diff large-files patch
pritam
source share