Skip to content

Commit c7bef2b

Browse files
authored
Update compiler-error-c3859.md
1 parent fee6f6c commit c7bef2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/error-messages/compiler-errors-2/compiler-error-c3859.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ helpviewer_keywords: ["C3859"]
1010
> Failed to create virtual memory for PCH
1111
1212
The message has one of the following notes:
13-
>the system returned code *error code*: *OS error message*\
13+
>The system returned code *error code*: *OS error message*\
1414
>PCH: Address is not a multiple of the system's allocation granularity\
1515
>PCH: The chunk has not been previously reserved\
1616
>PCH: Commit size too large\
@@ -23,7 +23,7 @@ The message has one of the following notes:
2323
>PCH: Unable to map file: memory already committed\
2424
>PCH: File map already in place\
2525
>PCH: Unable to get the requested block of memory\
26-
>consider using /Fp to allow the compiler to reserve the memory early\
26+
>Consider using /Fp to allow the compiler to reserve the memory early
2727
2828
There isn't enough virtual memory allocated for your precompiled header. If your precompiled header uses an explicit `#pragma hdrstop` directive, use the **`/Zm`** compiler flag to specify a larger value for the precompiled header file. Otherwise, consider reducing the number of parallel compilation processes in your build. For more information, see [`/Zm` (Specify precompiled header memory allocation limit)](../../build/reference/zm-specify-precompiled-header-memory-allocation-limit.md).
2929

0 commit comments

Comments
 (0)