Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@jckimble the problem with my personal project is, that it is written in Java. Although my preferred language is Java I have no clue about garbage collecting.
The problem with nginx, php7 and mysql is, that these three services have the most allocated ram and cores. They use much RAM because they should. I can handle more than 1000 requests concurrently on php sites. -
@Scrumplex ah got ya. Generally with java if you make sure references arnt used after you're finished with them the gc will get rid of them, you'll need to make sure its using a incremental gc to cut down on 'stop the world' gc. But i never could get it right either thats why i moved away from java myself
Related Rants
When my Server's RAM is full
undefined
vps
java
server
ram
teamcity
nginx