[Owncloud] Crash with Git Master - memory exhausted?

2012-09-05 Thread Emre Erenoglu
Hi, I'm trying to test the latest server & client for syncing purpose. I setup a brand new instance of the server (windows, apache2.4, mysql) with only bare minimum (checked out from GIT only core part 1 hour ago). Once the server is setup, I do the following: - Go to files - Click to create a ne

Re: [Owncloud] Crash with Git Master - memory exhausted?

2012-09-05 Thread Victor Dubiniuk
Hi Emre, 536870912 bytes is actually 512MB allowed for the PHP scripts by .htaccess file. But it is not reasonable anyway. Looks like there is a race condition in the code. --- Victor On Thu, Sep 6, 2012 at 1:26 AM, Emre Erenoglu wrote: > Hi, > > I'm trying to test the latest server & client f

Re: [Owncloud] Crash with Git Master - memory exhausted?

2012-09-06 Thread Emre Erenoglu
Yes, very strange. Due to this, I can't use 4.5 beta's at the moment. I will test in a centos installation as well to understand if this is specific to Windows/Apache context. Emre On Thu, Sep 6, 2012 at 2:40 AM, Victor Dubiniuk wrote: > Hi Emre, > > 536870912 bytes is actually 512MB allowed fo

Re: [Owncloud] Crash with Git Master - memory exhausted?

2012-09-06 Thread Simon Delalay
Similar issue here on Win2008 R2, up to date Lighttpd 1.4.30-4 PHP 5.3.4, sqllite Simon 2012/9/6 Emre Erenoglu > Yes, very strange. Due to this, I can't use 4.5 beta's at the moment. I > will test in a centos installation as well to understand if this is > specific to Windows/Apache contex

Re: [Owncloud] Crash with Git Master - memory exhausted?

2012-09-07 Thread Emre Erenoglu
It seems it only effects Windows servers, issue did not occur on my Centos system. Emre On Thu, Sep 6, 2012 at 1:20 PM, Simon Delalay wrote: > Similar issue here on > > Win2008 R2, up to date Lighttpd 1.4.30-4 PHP 5.3.4, sqllite > > Simon > > > > > 2012/9/6 Emre Erenoglu > >> Yes, very strange