Thanks for your reply. as per your advice, my host now updating the mysql server to 5.1.43 which is the most recent stable version as they said.Noxwizard wrote: 3. Not at the moment, but hopefully in the very near future. You might check out MySQL Performance Blog and see if you can find anything there.
This is actually currently being discussed by the Teams and, as Noxwizard mentioned above, will hopefully be something we can offer very soon.alahamdan wrote:If there is a place i can suggest this please tell me.
Glad to hear that, it will be one of the most important articles.AdamR wrote:This is actually currently being discussed by the Teams and, as Noxwizard mentioned above, will hopefully be something we can offer very soon.alahamdan wrote:If there is a place i can suggest this please tell me.
- Adam
We'd be glad to offer whatever advise we can.alahamdan wrote:i would like to ask, can i post our board my.ini settings , server preferences, board statistics , and some mysql commands output here or in area51 so maybe one of support team give some advices about values?
Code: Select all
InnoDB: Operating system error number 995 in a file operation
Code: Select all
100208 7:42:49 InnoDB: Error: cannot allocate 3221241856 bytes of
InnoDB: memory with malloc! Total allocated memory
InnoDB: by InnoDB 27645764 bytes. Operating system errno: 8
InnoDB: Check if you should increase the swap file or
InnoDB: ulimits of your operating system.
InnoDB: On FreeBSD check you have compiled the OS with
InnoDB: a big enough maximum process size.
InnoDB: Note that in most 32-bit computers the process
InnoDB: memory space is limited to 2 GB or 4 GB.
InnoDB: We keep retrying the allocation for 60 seconds...
InnoDB: Fatal error: cannot allocate the memory for the buffer pool
100208 7:43:49 [ERROR] Default storage engine (InnoDB) is not available
100208 7:43:49 [ERROR] Aborting
Code: Select all
[MySQLD]
long_query_time = 1
log-error = error.txt
log-slow-queries = mysql-slow.log
basedir=C:\\......
datadir=C:\\......
default-character-set=latin1
default-storage-engine=INNODB
read_buffer_size=1M
read_rnd_buffer_size=256K
sort_buffer_size=256K
innodb_max_dirty_pages_pct=90
innodb_lock_wait_timeout=300
innodb_log_buffer_size=8M
innodb_log_file_size=256M
innodb_buffer_pool_size=1024M
innodb_additional_mem_pool_size=20M
innodb_flush_log_at_trx_commit=0
innodb_thread_concurrency=100
innodb_data_file_path = ibdata1:100M:autoextend
max_connections=300
old_passwords=1
max_user_connections=200
thread_cache_size=1
thread_stack=196608
binlog_cache_size=32768
net_read_timeout=20
net_retry_count=5
net_write_timeout=30
thread_concurrency=20
open_files_limit=0
wait_timeout=3600
table_cache=1024