]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/btree_types.h
Update bcachefs sources to 1a510b00b6 bcachefs: Increase BTREE_TRANS_MEM_MAX
[bcachefs-tools-debian] / libbcachefs / btree_types.h
index a923757c07da580f772171ef34c72df27f9d4296..ec5195daead4998bad4f16d511d48ee7bf6c3ea4 100644 (file)
@@ -363,7 +363,7 @@ struct btree_trans_commit_hook {
        struct btree_trans_commit_hook  *next;
 };
 
-#define BTREE_TRANS_MEM_MAX    4096
+#define BTREE_TRANS_MEM_MAX    (1U << 14)
 
 struct btree_trans {
        struct bch_fs           *c;