Re: MapViewOfFileEx: Not enough storage is available to process this command.

2018-01-26 Thread rikki cattermole via Digitalmars-d-learn
On 26/01/2018 12:32 PM, Andre Pany wrote: On Friday, 26 January 2018 at 12:19:10 UTC, rikki cattermole wrote: Could be heap fragmentation to who knows what else assuming of course this is 32bit right? If so, 64bit is the answer. Thanks for the hint. 64bit solves the issue. Should I anyway cr

Re: MapViewOfFileEx: Not enough storage is available to process this command.

2018-01-26 Thread Andre Pany via Digitalmars-d-learn
On Friday, 26 January 2018 at 12:19:10 UTC, rikki cattermole wrote: Could be heap fragmentation to who knows what else assuming of course this is 32bit right? If so, 64bit is the answer. Thanks for the hint. 64bit solves the issue. Should I anyway create an issue? Kind regards André

Re: MapViewOfFileEx: Not enough storage is available to process this command.

2018-01-26 Thread rikki cattermole via Digitalmars-d-learn
On 26/01/2018 12:16 PM, Andre Pany wrote: Hi, in my application I create a zip archive with a size of ~ 400 MB and after that I read the archive. While trying to read the archive, there is an error: std.windows.syserror.WindowsException@std\mmfile.d(267): MapViewOfFileEx: Not enough storage