Tagged Questions
2
votes
2answers
220 views
Changing memory allocator to Jemalloc Centos 6
After reading this blog post about the impact of memory allocators like jemalloc on highly threaded applications, I wanted to test things on a larger scale on some of our cluster of servers. We run ...
0
votes
1answer
366 views
IIS6 - Classic ASP - “out of memory”/“out of string space”
We have a classic ASP application that's under significantly more load than usual.
We are from time to time been getting "out of memory" and "out of string space" in the httperr. We do not usually ...
0
votes
1answer
585 views
MySQL Memory usage
Our MySQL server seems to be using a lot of memory.
I've tried looking for slow queries and queries with no index and have halved the peak CPU usage and Apache memory usage but the MySQL memory stays ...