summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mysql/my.cnf
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-05-17 20:19:36 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-05-17 20:19:36 (GMT)
commitb6fd62622b6b31d81e3059176bc91bf1c2595785 (patch)
treeed44e9b09396f2bb3aa6ab0edcee408f17118133 /abs/core-testing/mysql/my.cnf
parent15cdc14d7113be4847859ab2be012c7afe63d1af (diff)
parent346bb8386a4fdee7632dfae849efcdae53c820fe (diff)
downloadlinhes_pkgbuild-b6fd62622b6b31d81e3059176bc91bf1c2595785.zip
linhes_pkgbuild-b6fd62622b6b31d81e3059176bc91bf1c2595785.tar.gz
linhes_pkgbuild-b6fd62622b6b31d81e3059176bc91bf1c2595785.tar.bz2
Merge branch 'master' of mihanson@knoppmyth.net:LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/mysql/my.cnf')
-rw-r--r--abs/core-testing/mysql/my.cnf11
1 files changed, 6 insertions, 5 deletions
diff --git a/abs/core-testing/mysql/my.cnf b/abs/core-testing/mysql/my.cnf
index 7202fcd..e13331e 100644
--- a/abs/core-testing/mysql/my.cnf
+++ b/abs/core-testing/mysql/my.cnf
@@ -1,8 +1,4 @@
-# mysql config file for medium systems.
-#
-# This is for a system with little memory (32M - 64M) where MySQL plays
-# a important part and systems up to 128M where MySQL is used together with
-# other programs (like a web server)
+# mysql config file for LinHES.
#
# One can in this file use all long options that the program supports.
# If you want to know which options a program support, run the program
@@ -28,6 +24,11 @@ table_cache = 64
sort_buffer_size = 512K
net_buffer_length = 16K
myisam_sort_buffer_size = 8M
+query_cache_size = 8M
+tmp_table_size = 36M
+max_heap_table_size = 24M
+thread_cache_size = 4
+table_cache = 96
# Don't listen on a TCP/IP port at all. This can be a security enhancement,
# if all processes that need to connect to mysqld run on the same host.