Month: March 2018
- March 26, 2018
- 0
- Category:
- Tags: code optimization typeshigh-level optimizationsintermediate level optimizationslow-level optimizationstypes of code optimizationwhat is code optimization
Code optimization, as the name indicates can be explained as the method that is used for the modification of codes in order to improve the efficiency and quality of the...
Read more- March 22, 2018
- 0
- Category:
- Tags: error 429how to fix runtime error 429How to resolve too many requests errortoo many requests error
When a user tries to perform too many requests in a particular time-frame, A 429 'Too Many Requests' error befalls. This error is triggered based on the certain rate-limiting settings...
Read more- March 19, 2018
- 0
- Category:
- Tags: ballooningmemory management techniquesmemory mirroringpagingserver performancetypes of memory management
Memory management is a crucial thing in order to manage server performance. The servers are always expected to function 24/7 without any hints of delay or underperformance. Hence, accumulating data...
Read more- March 9, 2018
- 0
- Category:
- Tags: dns server not respondingtroubleshooting server down issuestroubleshooting server hangswhy does my server hang
Why does my server hang? A hang or a freeze in a system occurs when it ceases to respond to inputs. A server might hang both due to hardware and...
Read more- March 6, 2018
- 0
- Category:
- Tags: how to remove swap fileout of memoryswap usage in linuxswapping and thrashingtypes of swap space
Swap usage in Linux is basically done in order to relocate the data from a page (physical RAM being divided into chucks) of memory to the free space on hard...
Read more