In this article
...
- Confirm that the .
slpropz
is available in your Snaplex'ssnaplogic/etc
folder. - In the Update Snaplex dialog, Node Properties tab, under Global properties, add the global property, "
jcc.jvm_options = -Dsnaplogic.network.read.cache.duration.minutes=nnn
", wherennn
is the cache duration in minutes. For example, to decrease the cache duration to 1 minute, specify the Value as-
Dsnaplogic.network.read.cache.duration.minutes=1
. - Click Apply. This updates the cache duration and restarts the Snaplex with the new setting.
Method 2: Manually Specifying the Cache Duration in the global.propertie
s File
You can manually modify the cache duration in the global.property
file in your local SnapLogic environment.
- Access the
/etc
folder in your SnapLogic installation:For a Linux installation, enter the following command in the Terminal.
Code Block cd $SL_ROOT/etc
For a Windows installation, enter the following command in the command prompt.
Open theCode Block cd %SL_ROOT%\etc
global.properties
file.
Add the following entry:jcc.jvm_options = -Dsnaplogic.network.read.cache.duration.minutes=1
Save the file and restart the Snaplex to update the cache duration.
...