Resolving Overloaded Application Server Resources with Community Help

Resolving Overloaded Application Server Resources with Community Help

Click the above to follow Hat Hat Computer for more computer knowledge.Every company has various servers, and you may remember that a few days ago, Hat Hat posted about an application server that was particularly slow, with extremely high resource load. However, the server’s host configuration was quite high, yet the number of users logged … Read more

Performance Testing Methods for Server Application Scenarios: Virtualization

Performance Testing Methods for Server Application Scenarios: Virtualization

“The Performance Evaluation Initiative for Typical Server Application Scenarios” has now been launched! — In order to standardize the construction of a full-stack standard system, promote the iterative upgrade of product technology, better showcase the advantages of the entire architecture and computing power, and support excellent product and solution brands in enhancing and expanding their … Read more

Is Your Server Memory Full? A Quick Linux Command to Free Up Memory!

Is Your Server Memory Full? A Quick Linux Command to Free Up Memory!

If your server’s memory usage is too high, causing slow performance or crashes, you can try the following Linux command to quickly free up cached memory: # This parameter can be used to instruct the kernel to actively free memory caches, but it will not affect running programs. sync; echo 3 > /proc/sys/vm/drop_caches Command Explanation … Read more