Skip to content

Commit 347441a

Browse files
committed
README: recommend 512MB ramdisk instead of 256MB
The CanFilterLargeFiles test requires more than 256MB of space on a disk it seems: `LibGit2Sharp.Tests.FilterFixture.CanFilterLargeFiles: LibGit2Sharp.LibGit2SharpException : There is not enough space on the disk.`
1 parent 9c45030 commit 347441a

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)