0

On Windows 8

Is there a way to increase the process Memory limit of 2GB. My script needs 2.5GB RAM to run after I performed garbage collection to the best of my knowledge.

I need to run in 64-bit (not related to largeaddressaware)

BassMHL
  • 8,523
  • 9
  • 50
  • 67
  • 1
    Compile your project as x64 so it can access more memory. The amount of memory available to Vsiual Studio shouldn't matter, unless youre writing an add-in to Visual Studio. – jessehouwing Oct 18 '16 at 13:00
  • 4
    Project > Properties > Compile tab. Untick the "Prefer 32-bit" option, you don't prefer it. Repeat for the Release configuration. Look around some more, this is supposed to be discoverable. Press F1 if you see something you don't understand. – Hans Passant Oct 18 '16 at 13:13
  • 1
    Possible duplicate of [LargeAddressAware Visual Studio 2015 C#](http://stackoverflow.com/questions/31565532/largeaddressaware-visual-studio-2015-c-sharp) – magicandre1981 Oct 18 '16 at 14:38
  • 1
    You can use [**archive.org/web/**](http://archive.org/web/) to lookup dead links, in most cases you'll find them. Here's the one you're referring to: http://web.archive.org/web/20151221132808/http://mkwec.de/2010/01/08/make-visual-studio-use-more-than-2-gig-of-memory – Visual Vincent Oct 18 '16 at 21:06
  • @HansPassant do you want to answer this? Because you solved my problem – BassMHL Oct 19 '16 at 17:13
  • Does this answer your question? [Visual Studio 2017 compiles in 32bit on 64 bit system?](https://stackoverflow.com/questions/49762203/visual-studio-2017-compiles-in-32bit-on-64-bit-system) – phuclv Mar 04 '22 at 16:10

0 Answers0