Defect #6796
closedLong Description Causes 100% CPU on Windows
0%
Description
DB: postgres 8.4.3
Ruby: 1.8.7
Rails: 2.3.5
Redmine: 1.0.2
Creating an issue with a long description causes 100% CPU utilization on Windows. The text I was adding to the description is attached as a file.
Files
Related issues
Updated by Felix Schäfer about 14 years ago
Which process eats up the CPU? Ruby or the DB?
Updated by Felix Schäfer about 14 years ago
Mmh, I don't have a windows machine so I can't try to reproduce it… Have you tried reproducing it on the demo redmine? If not, please do so.
Updated by Jean-Philippe Lang about 14 years ago
I can confirm the issue. And it comes from Redcloth3 that takes minutes to format this 185kB text.
A solution would be to upgrade to Redcloth4 which is considerably faster for such long texts.
Updated by Erich Rockman about 14 years ago
Thanks. I did a gem install RedCloth. It installed 4.2.3. How do I get redmine to see it. Seems to still be using v3. Thanks.
Updated by Jean-Baptiste Barth about 14 years ago
RedCloth 4 is not supported for the moment, see #6269 ; the patch provided there will just let you boot redmine with redcloth 4, but it's absolutely not functional (you'll have basic textile working, but not the additions from redmine itself, such as autolinking on ticket numbers, wiki pages, etc.)
Updated by Daniel Felix almost 12 years ago
- Status changed from New to Needs feedback
Any news on this? Is this still reproduceable?
Updated by Jean-Philippe Lang almost 12 years ago
While this issue still happens with ruby1.8, the text is displayed instantly with ruby1.9.
Updated by Go MAEDA over 9 years ago
- Status changed from Needs feedback to Closed
Jean-Philippe Lang wrote:
While this issue still happens with ruby1.8, the text is displayed instantly with ruby1.9.
Redmine 3.0 dropped Ruby 1.8 support.
We can close this issue.
Updated by Go MAEDA over 9 years ago
- Related to Feature #6239: Separate attachments visually from main wiki content added
Updated by Go MAEDA over 9 years ago
- Related to deleted (Feature #6239: Separate attachments visually from main wiki content)
Updated by Go MAEDA over 9 years ago
- Related to Feature #6269: RedCloth 4 support added