mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Increase some very old limits.
This will give a smoother experience when using the Aria engine by those that are using default limits without still causing a notable problem for desktop users.
This commit is contained in:
@@ -800,9 +800,9 @@ typedef SOCKET_SIZE_TYPE size_socket;
|
||||
/* get memory in huncs */
|
||||
#define ONCE_ALLOC_INIT (uint) (4096-MALLOC_OVERHEAD)
|
||||
/* Typical record cash */
|
||||
#define RECORD_CACHE_SIZE (uint) (64*1024-MALLOC_OVERHEAD)
|
||||
#define RECORD_CACHE_SIZE (uint) (128*1024-MALLOC_OVERHEAD)
|
||||
/* Typical key cash */
|
||||
#define KEY_CACHE_SIZE (uint) (8*1024*1024-MALLOC_OVERHEAD)
|
||||
#define KEY_CACHE_SIZE (uint) (128L*1024L*1024L-MALLOC_OVERHEAD)
|
||||
/* Default size of a key cache block */
|
||||
#define KEY_CACHE_BLOCK_SIZE (uint) 1024
|
||||
|
||||
|
Reference in New Issue
Block a user