What does the average memory represent? We have an application in Java
and we have not seen the average memory go down. We figured it is the
sum of instance memory (sessions and other objects) & memcache. We
hardly use the httpsession (eg user preferences, user object; nothing
else) and now we have introduced memcache cleanall as well. Even after
memcache clean up there is no reduction in the average memory, the
memcache size does go down.

Furthermore, as time progresses the avg memory rises. We are not sure
if this automatically bumps up the frontend instance to F2 from our
default F1. We would like to know how exactly the average memory is
calculated. When does it reduce? What triggers the reduction? Any help
will be appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to