Re: [Qemu-devel] [PATCH] iotests: Lower 064's memory usage

2015-01-23 Thread Max Reitz
On 2015-01-23 at 09:59, Max Reitz wrote: Test 064 reads a lot of data at once which currently results in qemu-io having to allocate up to about 1 GB of memory (958 MB, to be exact). This patch lowers that amount to 128 MB by making the test read smaller chunks. Signed-off-by: Max Reitz --- te

Re: [Qemu-devel] [PATCH] iotests: Lower 064's memory usage

2015-01-23 Thread Jeff Cody
On Fri, Jan 23, 2015 at 09:59:45AM -0500, Max Reitz wrote: > Test 064 reads a lot of data at once which currently results in qemu-io > having to allocate up to about 1 GB of memory (958 MB, to be exact). > This patch lowers that amount to 128 MB by making the test read smaller > chunks. > > Signed

[Qemu-devel] [PATCH] iotests: Lower 064's memory usage

2015-01-23 Thread Max Reitz
Test 064 reads a lot of data at once which currently results in qemu-io having to allocate up to about 1 GB of memory (958 MB, to be exact). This patch lowers that amount to 128 MB by making the test read smaller chunks. Signed-off-by: Max Reitz --- tests/qemu-iotests/064 | 19 ++