[Owncloud] OC server apache optimization hints
Frank Karlitschek
frank at owncloud.org
Thu Oct 4 11:16:41 UTC 2012
On 04.10.2012, at 12:44, Martin Mazur <martin at barbara-und-martin.de> wrote:
> Zitat von Frank Karlitschek <frank at owncloud.org>:
>
>> Hi,
>>
>> an easy way to optimize the server is to install an PHP Opcode cache like APC and use MySQL instead of SQLite.
>>
>> Frank
>
> Hello Frank,
>
> I have installed php5-apc and could see a significant performance increase in my raspberry pi. Will MySQL have a similar impact?
>
> Since the hardware is a raspberry pi, I'd like to save memory wherever it is possible.
Depends on the usecase.
Sqlite is very bad if you have lot´s of files/users and if several users work in parallel on ownCloud.
MySQL might use a bit more RAM depending on the configuration.
The is no definite answer. You have to try.
Frank
>
> Thanks & best regards
>
> Martin
>
> --
> Martin Mazur
> martin at barbara-und-martin.de
>
>
>
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud
More information about the Owncloud
mailing list