Hello, Thank for your adjustments, now i'm about at 2515063769 bytes,
But i have a question, because i dont have a response before, i have put my sessions into the datastore (with a cache by memcached) but with this modification my application to consume about 40milliseconds to more. so what do you think? i should keep my sessions stored in the datastore or i can use only memcache? Cordialy, Sahid On 30 sep, 22:45, powera <[email protected]> wrote: > Hi -- > > Memcache is limited, though there isn't a particular hard limit. In > general, if you have more than 50MB of data in memcache you will start > to see decreased LRU eviction times; 1 GB is about the limit a single > app can store without adjustments regardless of usage. > > I've made an adjustment to your app's memcache config allowing it to > store more data. Hopefully this will help. > > On Sep 30, 3:58 am, sahid <[email protected]> wrote: > > > > > > > > > I store my users sessions in memcache (like jaikuengine) but when site > > traffic is the highest my users are disconnected, > > i suppose the probleme comes from memcache, because memcache removes > > old items if the max size is exceeded. > > > Now i use about 900mega of memcache but at the night (i'm in france) i > > can use more... may be 1giga, > > > i would know if memcache is limited? > > > APPID: devel-inchallah > > > Cordially, > > Sahid -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
