mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
52bd9c4f01
files with less memory. GNU Diff often can not work with files larger than 33% of datasize (from limit) due to memory exhaustion. PR: ports/50097 Submitted by: risner@stdio.com
8 lines
347 B
Plaintext
8 lines
347 B
Plaintext
This is the original diff program from 2.11BSD. It works better
|
|
with very large files on systems with datasize limits.
|
|
|
|
Default FreeBSD limits datasize to 524288 kbytes. This means that
|
|
GNU diff processes that require more than this much ram will fail.
|
|
The 2.11BSD diff did not load the files in core and could operate
|
|
on considerably less ram.
|