Undeliverable: Cygwin Digest, Vol 38, Issue 22

2023-04-14 Thread km2z7kca0oge--- via Cygwin
Delivery has failed to these recipients or groups: elvenspellma...@hotmail.co.uk The recipient's mailbox is full and can't accept messages now. Please try resending your message later, or contact the recipient directly. Diagnostic information for

Re: Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-07-21 Thread km2z7kca0oge--- via Cygwin
Hey Ken, Thanks so much for looking into this further. I thought it was the malloc patch too, in fact I can compile a PHP out of the box without any of the patches Cygwin applies and it appears at a cursory glance to run fine and so I'm kinda unsure as to why there are so many patches for

RE: Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-07-18 Thread km2z7kca0oge--- via Cygwin
Oh, to add one more thing here, I've noticed there's a patch in the Cygwin Source Package called `7.1.9-malloc-cygwin.patch` which references something to do with Page sizes and 4096 which makes me wonder if this is interfering somehow. > +#define REAL_PAGE_SIZE 4096 --Jack -- Problem

RE: Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-07-18 Thread km2z7kca0oge--- via Cygwin
h very little changed from default configuration. ------ > Greetings, km2z7kca0oge--- via Cygwin! Hey Andrey, I've tried your script and I hit the 128MB limit, as expected. So maybe it's to do with the `http` wrapper. Could you try my version of the script please and see how you get on? I first bumped into thi

Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-07-17 Thread km2z7kca0oge--- via Cygwin
Hi there, Recently I've noticed that PHP seems have to hard 4MB memory limit, even when overridden in the settings. For whatever reason the bundled PHP versions with Cygwin have this problem. The failing message is `Out of memory` which indicates PHP thinks the system has exhausted all RAM