Hello there,
I am processing a 30MB pdf file in memory (in .net library).
While creating a byte[] from pdf document, I am getting Out-of-Memory exception.
My developer machine is having Windows 7 Professional with
Installed Memory(RAM): 6GB
System Type: 64-bit
I even tried increasing virtual memory so current Virtual Memory settings are
for C: -
-----
Paging File Size(MB): System Managed
Space Available: 53032MB
for D: - (this I set manually)
-----
Paging File Size(MB): 20000 - 50000
Space Available: 136592MB
Total paging file size for all drives:
-------------------------------------
Minimum Allowed - 16 MB
Recommended - 9213MB
Currently Allocated - 26142 MB
Can anyone please guide me what change I can do resolve this out of memory exception?
Thank you!
Bookmarks