Opened 4 years ago
Last modified 2 months 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: | #13554 | 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 (3)
comment:1 by , 4 years ago
Version: | R1/beta2 → R1/Development |
---|
comment:2 by , 4 years ago
Our malloc() is not great at handling more than a 2GB or so heap. We really need to replace it...
comment:3 by , 2 months ago
Blocked By: | 13554 added |
---|
Note:
See TracTickets
for help on using tickets.
hrev54979 isn't beta2.