1. Home
  2. Knowledge Base
  3. Articles (EN/ES/FR)
  4. Solución a fuga de memoria en Tentacle con SSL

Solución a fuga de memoria en Tentacle con SSL

Si dispones de un envío de XML vía tentacle usando SSL y tienes problemas de consumo de memoria recurrente compruebe que tiene actualizadas las versiones de Net::SSLeay y IO::Socket::SSL.

Se ha detectado que si la versión de Net::SSLeay es inferior a la versión 1.88 muy posiblemente tengas problemas de memoria.

Para comprobar las versiones ejecute los siguientes comandos:

[root@PandoraFMS ~]# perl -e 'use Net::SSLeay; print "$Net::SSLeay::VERSION\n"'
[root@PandoraFMS ~]# perl -e 'use IO::Socket::SSL; print "$IO::Socket::SSL::VERSION\n"'

  • Véase también:

https://pandorafms.com/manual/es/documentation/08_technical_reference/09_tentacle#instalacion_del_entorno_de_perl

Was this article helpful?

Related Articles

Need Support?

Can't find the answer you're looking for?
Contact Support

Recent Discussions