twitter / fatcache

Memcache on SSD
Apache License 2.0
1.3k stars 178 forks source link

Out of socket memory error #22

Open amarmudrankit opened 9 years ago

amarmudrankit commented 9 years ago

Hi,

I received the following kernel error while running the fatcache:

 kernel: Out of socket memory

Setup:

Let me know if you need any other information

git-hulk commented 9 years ago

hi @amarmudrankit: Fatcache may cause too many orphan sockets, as fatcache didn't close client fd. It was fixed at this pull request (https://github.com/twitter/fatcache/pull/19). Whether you code is the latest version?