From: Paolo Bonzini Date: Mon, 10 Oct 2011 23:43:58 +0000 (+0200) Subject: readahead: lower max file size for readahead X-Git-Tag: v37~16 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53273a6aefeb27f62c439e25f28c26859023c7df;p=systemd readahead: lower max file size for readahead https://bugs.freedesktop.org/show_bug.cgi?id=41336 --- diff --git a/src/readahead-common.h b/src/readahead-common.h index 167df316..9547ad20 100644 --- a/src/readahead-common.h +++ b/src/readahead-common.h @@ -27,7 +27,7 @@ #include "macro.h" -#define READAHEAD_FILE_SIZE_MAX (128*1024*1024) +#define READAHEAD_FILE_SIZE_MAX (10*1024*1024) int file_verify(int fd, const char *fn, off_t file_size_max, struct stat *st);