You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jclouds.apache.org by Inbar Stolberg <in...@gmail.com> on 2014/05/27 15:04:08 UTC

remove jclouds cache

hi all
i am working with a number of jclouds conexts and the problem is i see that
each one is using
cache (about 8mb if i am not mistaken)
i don't use the cache feature at all so i would very much like to reduce
this memory consumption to 0.
i have no problem doing this externally or internally in the jclouds code..

thanks in advance.
regards inbar

Re: remove jclouds cache

Posted by Andrew Phillips <ap...@qrmedia.com>.
> i am working with a number of jclouds conexts and the problem is i see that
> each one is using cache (about 8mb if i am not mistaken)

Do you have any more details about these caches, e.g. which ones are  
large? jclouds has a number of caches which are used to speed up some  
of the reflection it does, so it would be good to get any additional  
details you have...

ap