DEV Community

Tuning Linux servers for scalability

Madhur Ahuja on February 07, 2017

Focus on performance and scalablity is one of my primary personal and professional goal when working with tech products. The server can be any Lin...
Collapse
 
fycth profile image
Andrii Sergiienko

"java.lang.OutOfMemoryError: unable to create new native thread"

Actually, this can be sorted out by setting bigger "ulimit -u" value (can be set also with the limits conf file), - number of processes.

Collapse
 
deborahw profile image
Deborah-W

Great tips, Madhur.

I will try to implement some of them on my vps.