I am using GAE 1 gb dedicated memcache. 1 gm size is more than enough for my application's use.
The memcache reset behavior is strange.
Normally I see the following values:
- Hit ratio 88.68%
- Oldest item age 2 days
- Total cache size to 800 MB
and then of sudden it resets to the following:
- Oldest item age 5 minutes
- Total cache size 20 MB
I am worried why this get reset?
Any info/help will be appreciated.