Jump to content

bfarber

Clients
  • Posts

    163,911
  • Joined

  • Days Won

    346

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by bfarber

  1. I'm a bit curious about his experience. I can't speak for the emails (he said he did get responses - I'm curious what they were) however what it sounds like is that he is outside of the country. If he is, he likely would be calling at hours we are not open (9AM-5PM EST) and is why he never reached a human. Additionally, I don't believe the sales department returns calls outside of the country.

    I could be wrong though. I'm very curious about the emails though. I replied to the topic. Thanks for pointing it out.

  2. I'll throw these out there for you start with.

    apc.shm_segments = (experiment); 1 apc.shm_size = (experiment); 30 apc.optimization = 1 apc.num_files_hint = 1000 apc.user_entries_hint = 20 apc.ttl = 300 apc.user_ttl = 180 apc.gc_ttl = 60 apc.cache_by_default = 1 ;apc.filters = '' ;apc.mmap_file_mask = '' apc.slam_defense = 50 apc.file_update_protection = 2 apc.enable_cli = 0 apc.max_file_size = 1M apc.stat = 1 ; You may want to set this to 0 if you don't update your files often and are willing to restart webserver when you do apc.write_lock = 1 apc.report_autofilter = 0 apc.include_once_override = 1 apc.rfc1867 = 0 ;apc.rfc1867_prefix = 'upload_' ;apc.rfc1867_name = 'APC_UPLOAD_PROGRESS' apc.rfc1867_freq = 0 apc.localcache = 1 apc.localcache.size = (experiment); 512

    apc.enabled = 1


























    The ones that say (experiment) I can't really define for you. Firstly, I don't know your setup - how many servers you have, whether it's shared/vpn/dedicated, how much memory you have, and so on. I put the default values after the comments basically so you can get an idea.

    Some of these things you should also try out different settings, besides what I marked "(experiment)". i.e. apc.localcache you may get better performance with it off, or you may get better performance with it on. If you run other scripts on the server it can change your "optimal" configuration as well.

  3. A very frequent topic discussion that I see come up involves resource usage. Questions like "My server isn't responding well" and "What can I do to improve performance" are very specific, but often times there are general guidelines you can follow that can help a lot.

    We've decided to open a forum dedicated to optimizing your site, your server, the software on your server, and the like. Use this forum to ask specific questions about how to optimize Apache, why your processlist seems to be showing some active processes that shouldn't be, and so on.

    To start the discussion off, note that there are already some articles available here that can help you tune your site. These are general guidelines ... i.e. places to start, not the end-all be-all of server optimization. Each site is different, so feel free to post for specific help with YOUR situation.

    Feel free to point out any other articles you think should be added to this list.
×
×
  • Create New...