I am developing an application that imports a large amount of data into some stream of parallels.
Sometimes I get an OutOfMemoryException (when I use something like 1.5, 1.7GB RAM).
There is no big deal, I thought that I would make it a 64-bit program (because it is not so huge). But due to a .Net error (cannot have a 64-bit decimal primary key), I just can't make a 64-bit program. (a description of the problem and I found a lot of other case. And I just canβt change anything in this database, not even type or add a view).
I do not need much more than 1.5-1-7 GB of RAM. If I could achieve something like 2.5 GB, I would be happy.
I read something about "LARGEADDRESSAWARE", but I did not find where to install it on my visual studio, and most of the other tips that say that I should modify the boot.ini file.
But since my computer is already 64-bit computers (with something like 8 GB of RAM), I donβt think I have to do something here.
So what should I do to access these 3 GB of RAM?
J4N Sep 18 2018-12-12T00: 00Z
source share