NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-evbarm/59560: evbarm tmpfs /tmp is too small for ATF tests



The following reply was made to PR port-evbarm/59560; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: port-evbarm/59560: evbarm tmpfs /tmp is too small for ATF tests
Date: Sun, 27 Jul 2025 16:27:22 +0200

 On Sun, Jul 27, 2025 at 02:05:00PM +0000, Andreas Gustafsson wrote:
 > This commit had the effect of adding a tmpfs mount for /tmp which was
 > previously on the root file system.  The tmpfs is limited to 25% of
 > RAM and the testbed VM has 128 MB of RAM, so /tmp is now only 32 MB,
 > which is too little to reliably run the ATF tests.
 
 I run the sh3 atf tests on a machine with 
 
 Filesystem     Size   Used  Avail %Cap Mounted on
 [..]
 tmpfs           32M   588K    31M   1% /tmp
 
 
 and I would prefer if we keep tests running in such environments (skipping
 tests that need more when we identify them).
 
 The hardware only has 64MB ram and it can't take any additional.
 
 Martin
 


Home | Main Index | Thread Index | Old Index