Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
17 views

Strange thread in Centos Server [duplicate]

There is a strange thread called sourplum running in my CentOS server. It uses a lot of resources and affects the excel and pdf generation. Tasks: 280 total, 2 running, 277 sleeping, 0 stopped, ...
Tester's user avatar
  • 177
0 votes
1 answer
10k views

How to limit the number of Tomcat threads?

I have a tomcat 7 running on a low memory CentOS. Currently it has 2 connectors for ports 80 and 443. Important configuration options are: <Connector port="80" protocol="HTTP/1.1" executor="...
jdiver's user avatar
  • 135
1 vote
1 answer
8k views

MariaDB / MySQL using a lot of threads / memory

I've been setting up a new VPS and wanted to try out MariaDB. I'm using MariaDB 10.0.1, which as far as I understand it is the equivalent of MySQL 5.6. Has the thread handling of threads changed ...
Brendan's user avatar
  • 145
0 votes
1 answer
6k views

Easiest way of upgrading pthread library in CentOS?

I am developing a deamon for my VPS. The program works perfectly in local (that has pthread-2.11.so) but in the vps (witch have pthread-2.5.so) it have a memory leak related to threads (each thread ...
NeDark's user avatar
  • 473