Repository: lucenenet Updated Branches: refs/heads/master fd7900f06 -> 16ec7cd4a
README.md: Added note to run tests under 64 bit Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/89742f1d Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/89742f1d Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/89742f1d Branch: refs/heads/master Commit: 89742f1da2b9a6ae5be51a53baa4b43c9c1e2f18 Parents: fd7900f Author: Shad Storhaug <[email protected]> Authored: Sun Sep 10 18:44:39 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Sun Sep 10 18:44:39 2017 +0700 ---------------------------------------------------------------------- README.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/89742f1d/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 02a30ab..325b676 100644 --- a/README.md +++ b/README.md @@ -221,3 +221,5 @@ Then all you need to do is choose the `Lucene.Net Local Packages` feed from the 2. Choose the target framework to test by opening `build/TestTargetFramework.proj` and uncommenting the corresponding `<TargetFramework>`. 3. Build a project or the entire solution, and wait for Visual Studio to discover the tests - this may take several minutes. 4. Run or debug the tests in Test Explorer, optionally using the desired filters. + +> **NOTE:** When running tests in Visual Studio, be sure to [set the default processor architecture to 64 bit](https://stackoverflow.com/a/45946727) to avoid running out of virtual memory on some tests.
