We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b0786 commit 411933aCopy full SHA for 411933a
splitfs/ledger.h
@@ -376,8 +376,8 @@ volatile int async_close_enable;
376
#define ANON_MAX_MMAP_SIZE 536870912
377
#endif
378
379
-#define DR_SIZE (512*1024*1024)
380
-#define DR_OVER_SIZE (512*1024*1024)
+#define DR_SIZE (256*1024*1024)
+#define DR_OVER_SIZE (256*1024*1024)
381
#define NVMM_PATH "/mnt/pmem_emul/"
382
#define DR_APPEND_PATH "/mnt/pmem_emul/DR-XXXXXX"
383
#define DR_OVER_PATH "/mnt/pmem_emul/DR-OVER-XXXXXX"
0 commit comments