Displaying 2 results from an estimated 2 matches for "malloc_max".
Did you mean:
alloc_dax
2017 May 05
10
[Bug 12769] New: error allocating core memory buffers (code 22) depending on source file system
https://bugzilla.samba.org/show_bug.cgi?id=12769
Bug ID: 12769
Summary: error allocating core memory buffers (code 22)
depending on source file system
Product: rsync
Version: 3.1.0
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
2018 May 11
4
[Bug 13433] New: out_of_memory in receive_sums on large files
...memory buffers (code 22) at util2.c(105)
[sender=3.1.3]
This is getting called:
92 if (!(s->sums = new_array(struct sum_buf, s->count)))
93 out_of_memory("receive_sums");
And the size of a sum_buf(40 bytes) * the number of sums (33554432) exceeds
MALLOC_MAX.
How is this supposed to work/why is it breaking here, when I'm pretty sure I've
transferred files bigger than this before?
--
You are receiving this mail because:
You are the QA Contact for the bug.