On Tue, Feb 19, 2013 at 11:59:10AM +0100, Paolo Bonzini wrote: > 20000 nested coroutines require 20 GB of virtual address space. > Only nest 1000 of them so that the test (only enabled with > "-m perf" on the command line) runs on 32-bit machines too. > > Cc: qemu-sta...@nongnu.org > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > tests/test-coroutine.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Okay, 20000 nesting level was unrealistic and QEMU will never approach that in reality. 1000 is fine. Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>