Settings update slow..

Discussion in 'General' started by itwillcome, Feb 13, 2007.

  1. itwillcome

    itwillcome New Member

    Hello,

    Thanks for creating such a good software, ISPconfig. :)
    I've been using it to manage a server with near 200 virtual hosts.

    But now, when I edit the settings in ISPconfig ( such as changing email-users'
    password, or adding apache directives to a virual host), it takes almost half an hour before it takes effects. :confused:

    Is there any ways to minimise the time for update interval?
    Thank you.


    Best regards,
    itwillcome
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    How many email users do you have approx. on your server?
     
  3. martinfst

    martinfst Member Moderator

    What's the output of
    Code:
    vmstat
    and
    Code:
    vmstat -s
    ?
     
  4. itwillcome

    itwillcome New Member

    Around 700 email users.

    When I add some code to the 'apache directives' and click save,
    /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf is not modified at once.
    Even when I try the command '/etc/rc.d/init.d/ispconfig_server restart', it's still not modified. :confused:
    But then after about half an hour, the code that I added will appear in it. :eek:
     
  5. itwillcome

    itwillcome New Member

    Hi martinfst, the outputs are as follows:

    Code:
    # vmstat
    procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------
     r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
     1  1     60 362232 422672 988052    0    0   147  1926   34  256 25  3 71  2  0
    
    # vmstat -s
          2071472  total memory
          1741680  used memory
           790308  active memory
           828980  inactive memory
           329792  free memory
           422768  buffer memory
          1005044  swap cache
          4096532  total swap
               60  used swap
          4096472  free swap
          3809463 non-nice user cpu ticks
              294 nice user cpu ticks
           365758 system cpu ticks
         10933651 idle cpu ticks
           366901 IO-wait cpu ticks
             3952 IRQ cpu ticks
            26844 softirq cpu ticks
                0 stolen cpu ticks
         22722311 pages paged in
        298590294 pages paged out
                0 pages swapped in
               15 pages swapped out
         91131891 interrupts
         39732849 CPU context switches
       1171289076 boot time
           616006 forks
    
     
  6. Jorem

    Jorem Member

    Same problem here after the update to 2.2.10 of yesterday.

    Before the update it was fast. Today it takes a looooong time for the changes take effect.

    I have around 100 users. Not that mutch I think.
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    But this thread is about ISPConfig 2.2.9 and not 2.2.10 and the slow updates are most probably realted to the higher number of email accounts that the original poster had on his server.
     
  8. Jorem

    Jorem Member

    I thought that he maybe found a solution for it and that's why I asked it in this thread. Else you get a lot of threads with the same question.

    Is it better to make a new thread for it?
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, please make a new thread. Otherwise poeple might get confused if they read the thread later.
     
  10. itwillcome

    itwillcome New Member

    After upgrading from 2.2.9 to 2.2.11, the slow update problem seems solved!
    Everything tends to take effects within minutes!
    Thanks a lot for your attentions!! :D :D
     

Share This Page