Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommendations for Configuring Memory Caching #183

Closed
b1ggjoe opened this issue Jun 21, 2016 · 7 comments
Closed

Recommendations for Configuring Memory Caching #183

b1ggjoe opened this issue Jun 21, 2016 · 7 comments

Comments

@b1ggjoe
Copy link

b1ggjoe commented Jun 21, 2016

Team,

I'm getting ready to setup my Nexcloud Server. I'm currently running PHP 5.5. I've already read through the information here: https://docs.nextcloud.org/server/9/admin_manual/configuration_server/caching_configuration.html

Just need some clarification and guidance:

  • First off, should I stay at 5.5 or do you recommend that I upgrade?
  • What about using either XCache or eAccelerator ?

Thanks!

J.

@MorrisJobke
Copy link
Member

First off, should I stay at 5.5 or do you recommend that I upgrade?

What you feel comfortable with.

What about using either XCache or eAccelerator ?

Feel free to activate XCache to speed up the loading time of the PHP.

:)

@MorrisJobke
Copy link
Member

And this is also the bug tracker. Please open such requests in the forums next time ;) https://help.nextcloud.com/

@b1ggjoe
Copy link
Author

b1ggjoe commented Jun 21, 2016

Ok will do, but thank you very much!!

J.

@b1ggjoe
Copy link
Author

b1ggjoe commented Jun 21, 2016

@MorrisJobke,

I forgot to ask! In the Config.php...how do I configure/reference XCache?

Thanks!

J.

@MorrisJobke
Copy link
Member

I forgot to ask! In the Config.php...how do I configure/reference XCache?

Sorry to say that: This is not a support forum. Just google for it :( There is nothing in the config.php to configure. This is a PHP thing to setup.

@b1ggjoe
Copy link
Author

b1ggjoe commented Jun 21, 2016

No problem at all, thank you very much. I wasn't sure because the
documentation had shown examples for like APCu and etc. So just wanted to
make sure.

Thank you though.

;-)

J.

On Tue, Jun 21, 2016 at 8:29 AM, Morris Jobke notifications@github.com
wrote:

I forgot to ask! In the Config.php...how do I configure/reference XCache?

Sorry to say that: This is not a support forum. Just google for it :(
There is nothing in the config.php to configure. This is a PHP thing to
setup.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#183 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ALfB7z9LrC8yWnCToPLVN8ShJa5cqEXsks5qOANNgaJpZM4I6Tpn
.

@MorrisJobke
Copy link
Member

for like APCu and etc.

Stuff like XCache (APC, eAccelerator, ...) caches preprocesses PHP code. APCu, Redis and Memcached cache data. So those are different kind of caches for different cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants