Antony Dovgal
                                            Antony Dovgal
                                        
                                    So it just performs all the queries from default_tables.sql with no errors whatsoever?
Did you build Pinba yourself or did you use some package?
Please make sure the sources are configured using the same options as the mysqld server you're using - the options are usually present in the package spec file. You might...
Please do a SELECT \* FROM and show the output here.
How can I reproduce it?
I also use both, but I don't observe any problems like this. I need a reproduce case or at least a description of how to do it, otherwise there's not...
Do you use any timers?
I'd recommend using jemalloc or hoard memory allocator (they tend to reduce memory usage at least twice for me) and add some more memory then. Depending on the way it's...
Judging from your images, the server just starts swapping because Pinba allocates a lot of memory. I suppose that happens exactly because of the default memory manager and this particular...
Sure, let me know of the result.