Hello,
I am having a problem with rendering new svg thumbnails on this wiki. I get an error that says:
Error creating thumbnail: libgomp: Thread creation failed: Resource temporarily unavailable
The error happens at attempts to create a thumbnail of any size. JPGs and PNGs render fine.
I am using:
- Debian 4.7.2 on 64-bit architecture
- Apache 2.4.10
- ImageMagick 6.7.7-10
- MediaWiki 1.24.1
- MySQL 5.5.40
- PHP 5.4.35
(Source: https://nsindex.net/wiki/Special:Version)
Relevant switches on LocalSettings.php:
$wgMaxShellMemory = 204800; $wgUseImageMagick = true; $wgImageMagickConvertCommand = '/usr/bin/convert'; $wgFileExtensions = array('png ... oga');
(NB: the last option was snipped for length).
I did check the FAQs. Can you provide advice please? Thanks.