LA

Large Address Aware

Large Address Aware (LAA) is a flag/option for 32-bit applications that allows them to access more than 2 GB of memory, up to 4 GB, on 64-bit Windows systems. It is used to reduce out-of-memory errors by enabling the application to handle larger address spaces.
Latest: 2.0.4
Last checked: Aug 9, 2025 5:06am
Rank: 3966/15140
Monitored via:
Winget Request more monitors
Follow to track new versions in your feed.
Report

Overview

0
License: Unclear (Source code is publicly available but does not state a license)Winget: Available

Version & Lifecycle

0
Current: 2.0.4

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

No community notes yet

Be the first to as a good question or share deployment tips, customization scripts, command lines, or troubleshooting steps.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

laaLarge Address Aware

Notes

0

LAA is a linker flag (/LARGEADDRESSAWARE) that developers apply to their 32-bit applications to enable them to use more virtual memory. It is not a standalone application but a capability or flag used during application build or patching. Examples include Microsoft Excel and Access using LAA to reduce memory errors.