Re: fork failure patch for cygrunsrv

2006-06-19 Thread Corinna Vinschen
On Jun 16 16:49, Hochstedler, Ben (GE Healthcare) wrote: > fork() can fail when the system runs out of non-interactive heap space > (because there's not enough heap memory to allocate to the launched > process). See: > http://support.microsoft.com/default.aspx?scid=kb;en-us;824422 > > The attached

RE: fork failure patch for cygrunsrv

2006-06-19 Thread Dave Korn
On 18 June 2006 20:30, Robin Walker wrote: > --On 16 June 2006 16:49 -0400 "Hochstedler, Ben (GE Healthcare)" wrote: > >> fork() can fail when the system runs out of non-interactive heap space >> (because there's not enough heap memory to allocate to the launched >> process). > > If we, as end-u

Re: fork failure patch for cygrunsrv

2006-06-18 Thread Robin Walker
--On 16 June 2006 16:49 -0400 "Hochstedler, Ben (GE Healthcare)" wrote: fork() can fail when the system runs out of non-interactive heap space (because there's not enough heap memory to allocate to the launched process). If we, as end-users, suffer from fork() failing for the above reason, whi