Skip to content

Commit 4ba6b9d

Browse files
committed
Merge pull request #1214 from kevin-david/patch-1
README: recommend 512MB ramdisk instead of 256MB
2 parents 9c45030 + 347441a commit 4ba6b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You can do a few things to optimize running unit-tests on Windows:
8282
* If the unit-test framework cannot find the specified folder at runtime, it will fall back to the default location.
8383
2. Configure your anti-virus software to ignore the `LibGit2TestPath` path.
8484
3. Install a RAM disk like [IMDisk](http://www.ltr-data.se/opencode.html/#ImDisk) and set `LibGit2TestPath` to use it.
85-
* Use `imdisk.exe -a -s 256M -m X: -p "/fs:fat /q /v:ramdisk /y"` to create a RAM disk. This command requires elevated privileges and can be placed into a scheduled task or run manually before you begin unit-testing.
85+
* Use `imdisk.exe -a -s 512M -m X: -p "/fs:fat /q /v:ramdisk /y"` to create a RAM disk. This command requires elevated privileges and can be placed into a scheduled task or run manually before you begin unit-testing.
8686

8787
## Authors
8888

0 commit comments

Comments
 (0)