通过添加ehcache.xml并设置Terracotta Server,我一直在使用Grails和Terracotta DSO。它工作得很好,但我发现Terracotta不再支持他们的服务器(OpenSource或DSO,不管怎么说)。
所以我一直想知道是否有人试图用BigMemory替换Terracotta Server,这有用吗?如果是这样,我需要哪些依赖项以及从哪里获取这些依赖项?
我现在正在使用这些依赖项:
runtime 'net.sf.ehcache:ehcache-core:2.6.2'
runtime 'net.sf.ehcache:ehcache-terracotta:2.6.2'
runtime 'org.terracotta:terracotta-toolkit-1.6-runtime:5.2.0'
感谢您的反馈。
答案 0 :(得分:1)
BigMemoryMax是一个套件(tarball),包含最新版本的Terracotta Server。
最新版本是BigMemoryMax 4.1.0,您可以从http://terracotta.org/downloads/bigmemorymax下载。
然后,您需要更新您的依赖项以获得类似于此的内容:
runtime 'net.sf.ehcache:ehcache:2.8.0'
runtime 'org.terracotta:terracotta-toolkit-runtime:4.1.0'