Opened 3 years ago

Last modified 3 years ago

#16861 new bug

command: dd fails to copy with large input buffer

Reported by: nephele Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: System/POSIX Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

hrev54979+1 This is with 32GB of memory in total, and about 2GB used, so there really shoudl be enough free RAM available.

~ dd if=/dev/zero bs=2G count=4 of=disk.img                                  
dd: memory exhausted by input buffer of size 2147483648 bytes (2,0 GiB)
~ }}}

Change History (2)

comment:1 by korli, 3 years ago

Version: R1/beta2R1/Development

hrev54979 isn't beta2.

comment:2 by waddlesplash, 3 years ago

Our malloc() is not great at handling more than a 2GB or so heap. We really need to replace it...

Note: See TracTickets for help on using tickets.