Details
-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
The Aria engine does not start with --maria-pagecache-buffer-size=128K --maria-block-size=
{16K,32K}. This prevents this particular combination of values (low page cache, large pages) to be tested.
To repeat:
MTR_VERSION=1 perl mysql-test-run.pl -mysqld=maria-pagecache-buffer-size=128K --start-and-exit 1st --mysqld=-maria-block-size=16K
the error log says:
110226 18:38:40 [ERROR] mysqld: Not enough memory to allocate 8 pagecache pages
110226 18:38:40 [ERROR] Plugin 'MARIA' init function returned error.
110226 18:38:40 [ERROR] Plugin 'MARIA' registration as a STORAGE ENGINE failed.
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Re: Aria engine does not start with --maria-pagecache-buffer-size=128K --maria-block-size=
{16K,32K}16K pages work with 256K cache
32K pages work with 512K cache
However, testing with 128K cache would produce a higher number of cache misses and disk I/O.