You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The runtest file modified in ac6af27 ("Create dio_read.c test") did
require half an hour to complete and used ~3.5GB of RAM, which would
trigger OOM on memory constrained systems.
This patch reduces both read and write buffer size, as well as the file
size, so test will take few minutes to complete and the memory footprint
was reduced to ~50MB.
Fixes: ac6af27 ("Create dio_read.c test")
Signed-off-by: Andrea Cervesato <[email protected]>
Acked-by: Martin Doucha <[email protected]>
Reviewed-by: Cyril Hrubis <[email protected]>
0 commit comments