From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=BDupka?= Subject: [KVM-Autotest][PATCH 4/5] virt deps: Reduces memory usage of test Date: Tue, 31 Jan 2012 15:40:16 +0100 Message-ID: <1328020817-8159-5-git-send-email-jzupka@redhat.com> References: <1328020817-8159-1-git-send-email-jzupka@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: autotest@test.kernel.org, kvm@vger.kernel.org, kvm-autotest@redhat.com, lmr@redhat.com, ldoktor@redhat.com, jzupka@redhat.com Return-path: Received: from mx1.redhat.com ([209.132.183.28]:15619 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752904Ab2AaOkg (ORCPT ); Tue, 31 Jan 2012 09:40:36 -0500 In-Reply-To: <1328020817-8159-1-git-send-email-jzupka@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: This change is necessary because there is a problem with network bandwidth during migration. Signed-off-by: Ji=C5=99=C3=AD =C5=BDupka --- client/virt/deps/test_cpu_flags/stress.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/client/virt/deps/test_cpu_flags/stress.c b/client/virt/dep= s/test_cpu_flags/stress.c index 13d0505..ae424c2 100644 --- a/client/virt/deps/test_cpu_flags/stress.c +++ b/client/virt/deps/test_cpu_flags/stress.c @@ -7,7 +7,7 @@ =20 #include "tests.h" =20 -#define size (40000000) +#define size (4194304) =20 void AddTwo(float *aa, float *bb, int num_threads) { { --=20 1.7.7.6