shithub: gefs

Download patch

ref: 0e935a843b889d13cc2b98a7ac82de4ed1689bfb
parent: ad7565d068c61864de6919a2e6d0da388c1ae8fb
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Mar 3 20:21:05 EST 2024

blk: Estuffed => Efull

--- a/blk.c
+++ b/blk.c
@@ -439,7 +439,7 @@
 	for(i = 0; i < nblks; i++){
 		blks[i] = blkalloc_lk(a);
 		if(blks[i] == -1)
-			error(Estuffed);
+			error(Efull);
 	}
 	/* fill up the log with the ranges from the tree */
 	i = 0;
--- a/main.c
+++ b/main.c
@@ -21,7 +21,7 @@
 int	checkonly;
 char	*reamuser;
 char	*dev;
-vlong	tracesz		= 16*MiB;
+vlong	tracesz		= 512*MiB;
 vlong	cachesz 	= 512*MiB;
 char	*srvname 	= "gefs";
 int	noneid		= 0;