Edgewall Software

Changes between Initial Version and Version 1 of Ticket #9407


Ignore:
Timestamp:
Jun 7, 2010, 9:25:06 AM (14 years ago)
Author:
Remy Blank
Comment:

Can you try to strace the apache processes idling at 10%? That may give an indication about what't they are doing.

As a workaround, you could run mod_wsgi in daemon mode, and limit the number of requests before restarting the process (see the maximum-requests argument to WSGIDaemonProcess).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9407 – Description

    initial v1  
    88
    99Details of the setup are:
    10 '''Machine'''
    11 OS: Virtualised Fedora 12 64-bit Linux
    12 Memory: 1Gb
    13 Swap: 2Gb
    14 CPU: Intel 2.4GHz Dual-core
    1510
    16 '''Software'''
    17 Apache: 2.2.14
    18 Python: 2.6.2
    19 Trac: 0.11.7
    20 SVN: 1.6.9
    21 mod_wsgi: 3.1
     11 * '''Machine'''
     12   - OS: Virtualised Fedora 12 64-bit Linux
     13   - Memory: 1Gb
     14   - Swap: 2Gb
     15   - CPU: Intel 2.4GHz Dual-core
    2216
    23 '''Apache'''
    24 Running 10 instances. (i.e. Whatever that build defaults to, since I didn't configure that.)
     17 * '''Software'''
     18   - Apache: 2.2.14
     19   - Python: 2.6.2
     20   - Trac: 0.11.7
     21   - SVN: 1.6.9
     22   - mod_wsgi: 3.1
    2523
    26 '''Trac'''
    27 ~20 individual projects (all w/own SVN repos).
    28 Plugins: AdvancedTicketWorkflow, Developer, MasterTickets, NeverNotifyUpdater, PrivateTickets, TimingAndEstimation, VirtualTicketPermissions, Worklog, WYSIWYG.
     24 * '''Apache'''
     25   - Running 10 instances. (i.e. Whatever that build defaults to, since I didn't configure that.)
     26
     27 * '''Trac'''
     28   - ~20 individual projects (all w/own SVN repos).
     29   - Plugins: AdvancedTicketWorkflow, Developer, MasterTickets, NeverNotifyUpdater, PrivateTickets, TimingAndEstimation, VirtualTicketPermissions, Worklog, WYSIWYG.
    2930
    3031With the exception of Trac and it's plugins, all the software is installed from the Fedora repos. Trac and plugins are installed from source.