Skip to content

Commit f0b0786

Browse files
author
Rohan
committed
Modified README to include minimum partition size for microbenchmark
1 parent 2fbc80e commit f0b0786

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Rohan Kadekodi, Se Kwon Lee, Sanidhya Kashyap, Taesoo Kim, Aasheesh Kolli, Vijay
2727

2828
## Getting Started with SplitFS
2929

30-
This tutorial walks you through the workflow of compiling splitfs, setting up ext4-DAX, compiling an application and running it with ext4-DAX as well as SplitFS, using a simple microbenchmark. The microbenchmark appends 128MB data to an empty file, in chunks of 4KB each, and does an fsync() at the end.
30+
This tutorial walks you through the workflow of compiling splitfs, setting up ext4-DAX, compiling an application and running it with ext4-DAX as well as SplitFS, using a simple microbenchmark. The microbenchmark appends 128MB data to an empty file, in chunks of 4KB each, and does an fsync() at the end. Note: Set the minimum partition size of PM to 2GiB for the microbenchmark (The partition size can be set in step 2. Please confirm the partition size using `df -h` after step 4).
3131

3232
1. [<b>Installing Dependencies</b>](#dependencies)
3333

experiments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We evaluate and benchmark on SplitFS using different application benchmarks like
2727
2. PM Emulation:
2828
* Open `/etc/default/grub`
2929
* modify `GRUB_DEFAULT=0` to `GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux 4.13.0"`
30-
* add `GRUB_CMDLINE_LINUX="memmap=24G!4G nokaslr"`
30+
* add `GRUB_CMDLINE_LINUX="memmap=24G!4G nokaslr"` -- This sets the PM partition size to 24 GiB, starting from 4 GiB in DRAM
3131
* Close file
3232
* `$ sudo update-grub && sudo update-grub2`
3333
* Reboot system

0 commit comments

Comments
 (0)