Skip to content

Commit 322d380

Browse files
authored
Update largeaddressaware-handle-large-addresses.md
1 parent 9e0875b commit 322d380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/largeaddressaware-handle-large-addresses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The /LARGEADDRESSAWARE option tells the linker that the application can handle a
1818

1919
If an application was linked with /LARGEADDRESSAWARE, DUMPBIN [/HEADERS](headers.md) will display information to that effect.
2020

21-
Linking 64-bit applications with **`/LARGEADDRESSAWARE:NO`** is not recommended because it severely restricts the amount of available address space and can result in runtime failures.
21+
Linking 64-bit applications with **`/LARGEADDRESSAWARE:NO`** is not recommended because it restricts the amount of available address space which can result in runtime failures if the app exhausts memory.
2222

2323
### To set this linker option in the Visual Studio development environment
2424

0 commit comments

Comments
 (0)