Imported Google Group message. Original thread at: Redirecting to Google Groups Import Date: 2016-01-19 21:02:00 +0000.
Sender:Vladimir Ustinov
.
Date:Monday, 6 October 2014 14:48:04 UTC+1.
Hello
We give tyk a try. And have no success with it. When started it make something like stress test with redis and consume memory. When memory running out it killed with OOM killer.
Thats all our experience for now
This is tyk.conf:
{
âlisten_portâ:5000,
âsecretâ:âvery long secretâ,
âtemplate_pathâ:â/etc/tyk/templatesâ,
âuse_db_app_configsâ:true,
âapp_pathâ:â/etc/tyk/apps/â,
âstorageâ:{
âtypeâ:âredisâ,
âhostâ:âlocalhostâ,
âportâ:6379,
âusernameâ:âuserâ,
âpasswordâ:âvery short passwordâ
},
âenable_analyticsâ:true,
âanalytics_configâ:{
âtypeâ:âmongoâ,
âcsv_dirâ:â/tmpâ,
âmongo_urlâ:âmongodb://localhost/tyk_analyticsâ,
âmongo_db_nameâ:âtyk_analyticsâ,
âmongo_collectionâ:âtyk_analyticsâ,
âpurge_delayâ:0
}
}
We tried this in Amazon Linux AMI 2014.09. Maybe we miss something?
Advance thank you