[Owncloud] server crash - out of memory

Antonello Carlomagno a.carlomagno at enuvola.com
Tue Sep 11 09:20:33 UTC 2012


Hi Victor,

the cloud server has 1Gb ram

it seems that it starts an infinite process that crash the machine...

antonello

in .htaccess there are this settings:

--------
ErrorDocument 403 /core/templates/403.php
ErrorDocument 404 /core/templates/404.php
<IfModule mod_php5.c>
*php_value upload_max_filesize 513M**
**php_value post_max_size 513M**
**php_value memory_limit 512M*
<IfModule env_module>
   SetEnv htaccessWorking true
</IfModule>
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteRule ^.well-known/host-meta /public.php?service=host-meta [QSA,L]
RewriteRule ^.well-known/carddav /remote.php/carddav/ [R]
RewriteRule ^.well-known/caldav /remote.php/caldav/ [R]
RewriteRule ^apps/calendar/caldav.php remote.php/caldav/ [QSA,L]
RewriteRule ^apps/contacts/carddav.php remote.php/carddav/ [QSA,L]
RewriteRule ^apps/([^/]*)/(.*\.(css|php))$ index.php?app=$1&getfile=$2 
[QSA,L]
RewriteRule ^remote/(.*) remote.php [QSA,L]

<Files ~ (\.pl)>
Options ExecCGI FollowSymLinks
</Files>

Options +FollowSymLinks +SymLinksIfOwnerMatch

</IfModule>
Options -Indexes
------------------------



Il 11/09/12 11.09, Victor Dubiniuk ha scritto:
> Hi Antonello,
>
> "out of memory" means that there is no physical memory available for 
> allocation on your server.
> Try to adjust memory settings in the .htaccess file at the ownCloud 
> root this way:
>
> php_value upload_max_filesize 257M
> php_value post_max_size 257M
> php_value memory_limit 256M
>
> ---
> Victor
>
> On Tue, Sep 11, 2012 at 12:02 PM, Antonello Carlomagno 
> <a.carlomagno at enuvola.com <mailto:a.carlomagno at enuvola.com>> wrote:
>
>     Hi all,
>
>     a strange thing happens when I use to ownCloud on our server
>     my server has 5 websites with wordpress ... all ok
>     and I'm trying ownCloud 4.0.7 from July
>
>     it seems that after a few login / logout via web ... the server
>     crashes ... "out of memory" .. and reset.
>
>     I'm desperately looking for the problem, but I can not find the bug.
>
>     It's a coincidence or it happened to some of you?
>
>     thanks
>     Antonello
>
>     _______________________________________________
>     Owncloud mailing list
>     Owncloud at kde.org <mailto:Owncloud at kde.org>
>     https://mail.kde.org/mailman/listinfo/owncloud
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/owncloud/attachments/20120911/8339a7f3/attachment.html>


More information about the Owncloud mailing list