cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable Cache in Groundplex

hpv
Former Employee

To disable the cache option for downloading Snaps. Please add the below property in node properties.

jcc.jvm_options = -DDISABLE_SNAP_CACHE_DELETE=True

​To Add this Property, please go to
Manager → Shared Project → Snaplex → Click on the Snaplex name → Go to Node Properties Tab → Add to Global Properties section.

Note : Please seek the advice of support team before performing this change.

2 REPLIES 2

robin
Former Employee

@hpv, when would someone want or need to disable the cache option for downloading Snaps?

The JCC downloads the SnapPack on first use of a particular version of a SnapPack. The downloaded SnapPack is cached locally to disk. By default, the disk cache is cleared when JCC restarts. This helps reduce disk usage, since SnapPack versions change and the list of cached SnapPacks can grow.

Setting -DDISABLE_SNAP_CACHE_DELETE=True causes the JCC to retain the existing cache after JCC process restart. This can help if a JCC is on a slow network, where SnapPack downloads are slow. The correct version of the SnapPack is still used, the cache is ignored if it has an older version. The downside is that the cache folder can grow over time. To manually clear the cache folder, stop JCC, run “jcc.sh clearcache” and then start JCC again.