JRebel setup

cancel
Showing results for 
Search instead for 
Did you mean: 
criedlberger
Active Member

JRebel setup

I have an issues when trying to add JRebel to Alfresco. I am using following the guidelines found below. When I run the command ./run.sh build_start I get the following message;

INFO [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.catalina.webresources.Cache.backgroundProcess The background cache eviction process was unable to free [10] percent of the cache for Context [/alfresco] - consider increasing the maximum size of the cache. After eviction approximately [10,082] KB of data remained in the cache.

I have done some research and found out that I need to alter the tomcat context.xml with the following:

<Resources cachingAllowed="true" cacheMaxSize="100000" />

but I am not sure how to do this with Alfresco. Any help would be appreciated.

Guidelines: https://github.com/Alfresco/alfresco-sdk/blob/master/docs/advanced-topics/hot-reloading/jrebel.md

1 Reply
criedlberger
Active Member

Re: JRebel setup

No one has had this issue or knows how to solve it?