Security Properties File
The security.properties file lets you override some of the default JVM settings based on your requirements. For example, you can override the default JVM values for parameters such as the networkaddress.cache.ttl
, networkaddress.cache.negative.ttl
.
Configuring the DNS Time-to-Live (TTL)
To improve network performance, you can adjust the TTL value for DNS caching.
-
Open the
/xl-release-server-home/conf/security.properties
file in an editor. -
Add the
networkaddress.cache.ttl
property (default value is 30 seconds) to thesecurity.properties
file.networkaddress.cache.ttl=60
-
Save the
security.properties
file.