Opened 3 years ago
Closed 3 years ago
#1486451 closed Bugs (invalid)
too high load
| Reported by: | cebe | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | later |
| Component: | PHP backend | Version: | 0.3.1 |
| Severity: | minor | Keywords: | cpu, memory, load avg, php |
| Cc: |
Description
Since a offer Rouncube to my customers, my server load is high. I went from an average of 0.4 to 0.8, just with few customers using RC !
Lot of RAM but, above all, lot of CPU. Despite using eaccelerator !
I used server-status and extented status to watch apache process and it's definitely RC in cause.
Change History (2)
comment:1 Changed 3 years ago by trisk
- Priority changed from 2 to 5
- Severity changed from major to minor
comment:2 Changed 3 years ago by alec
- Resolution set to invalid
- Status changed from new to closed
No feedback. No data.
Note: See
TracTickets for help on using
tickets.

Triaging this bug. The CPU load needs to be better characterised with more data about time the process spent running, preferably real profiling data for the PHP code and more details about the actual system.
Load averages are calculated over intervals too long to be useful for anything other than a rough estimate about the entire system. A load average below 1.0 (for a single-CPU system) does not indicate any actual performance degradation, anyway.