From: degomme Date: Thu, 2 Aug 2018 10:49:38 +0000 (+0200) Subject: reduce memory footprint of a test (640MB was a bit too much for some ci vms) X-Git-Tag: v3_21~344 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2e85e3702a204b427aece5bb1e17c2a48abefff8?ds=sidebyside reduce memory footprint of a test (640MB was a bit too much for some ci vms) --- diff --git a/teshsuite/smpi/mpich3-test/pt2pt/manylmt.c b/teshsuite/smpi/mpich3-test/pt2pt/manylmt.c index 711f2d6bf9..db321411b3 100644 --- a/teshsuite/smpi/mpich3-test/pt2pt/manylmt.c +++ b/teshsuite/smpi/mpich3-test/pt2pt/manylmt.c @@ -19,7 +19,7 @@ #include #define N_TRY 32 -#define BLKSIZE (10*1024*1024) +#define BLKSIZE (5*1024*1024) int main(int argc, char *argv[]) {