diff --git a/fs/ramfs.c b/fs/ramfs.c index db417e1..5e352f2 100644 --- a/fs/ramfs.c +++ b/fs/ramfs.c @@ -30,7 +30,7 @@ #include #include -#define CHUNK_SIZE 4096 +#define CHUNK_SIZE (4096 * 2) struct ramfs_chunk { char *data;