Comment 9 for bug 1533793

Revision history for this message
Julien Danjou (jdanjou) wrote : Re: gnocchi-metricd uses all memory and segfaults

Ok, let's assume it's a MySQL memory error, because well, it's MySQL after all.
Remember kid, we do recommend PostgreSQL.

You're using the MySQLdb driver – let's try with pymysql. Replace mysql:// in your connection string by mysql+pymysql:// (and install pymysql in necessary). Then launch metricd and let me know if you still the issue.