<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Ralph,</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 22, 2021 at 4:34 AM Ralph Siemsen <<a href="mailto:ralph.siemsen@linaro.org">ralph.siemsen@linaro.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
On Tue, Aug 17, 2021 at 06:46:25PM +0800, Li Wang wrote:<br>
><br>
>diff --git a/testcases/kernel/syscalls/fallocate/fallocate05.c b/testcases/kernel/syscalls/fallocate/fallocate05.c<br>
>index 55ec1aee4..74bfa4861 100644<br>
>--- a/testcases/kernel/syscalls/fallocate/fallocate05.c<br>
>+++ b/testcases/kernel/syscalls/fallocate/fallocate05.c<br>
>@@ -26,8 +26,8 @@<br>
> #include "lapi/fallocate.h"<br>
><br>
> #define MNTPOINT "mntpoint"<br>
>-#define FALLOCATE_BLOCKS 16<br>
>-#define DEALLOCATE_BLOCKS 4<br>
<span class="gmail_default" style="font-size:small"></span>>+#define <span class="gmail_default" style="font-size:small"></span>FALLOCATE_BLOCKS 256<br>
>+#define DEALLOCATE_BLOCKS 64<br>
> #define TESTED_FLAGS "fallocate(FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE)"<br>
><br>
> static char *buf;<br>
<br>
This change appears seems to be causing fallocate05 test to reliably <br>
trigger OOM (out of memory) on my test machine, which has only 256MB <br>
RAM.<br></blockquote><div><br></div><div><div class="gmail_default" style="font-size:small">Thanks for reporting the failure. We purposely increase the size of fallocate</div><div class="gmail_default" style="font-size:small">to reduce interference from metadata changing. But not clear how much</div><div class="gmail_default" style="font-size:small">size should be a proper value for a small system.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Can you try with decrease the number of <span class="gmail_default"></span>FALLOCATE_BLOCKS? </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">i.e.</div><br></div><div><div class="gmail_default" style="font-size:small">#define <span class="gmail_default"></span>FALLOCATE_BLOCKS 64</div><div class="gmail_default" style="font-size:small">#define DEALLOCATE_BLOCKS 16</div><br></div><div><div class="gmail_default" style="font-size:small">Or, what about other multiple sizes, test result?</div></div><div class="gmail_default" style="font-size:small"><br></div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div></div>