All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mysql.jdbc.configs.solarisMaxPerformance.properties Maven / Gradle / Ivy

There is a newer version: 8.0.33
Show newest version
#
# Solaris has pretty high syscall overhead, so these configs
# remove as many syscalls as possible.
#

# Reduce recv() syscalls

useUnbufferedInput=false
useReadAheadInput=false

# Reduce number of calls to getTimeOfDay()

maintainTimeStats=false




© 2015 - 2024 Weber Informatics LLC | Privacy Policy