Linux Tutorials: How to troubleshoot Linux Server?
If a linux-build-server suddenly starts getting slow, I would divide my approach / troubleshooting into 3 section as follows; System Level troubleshooting Application Level troubleshooting Dependent Services troubleshooting Understand Logs Level…
Read more »How to Resolve Windows Installer Problem
Installation of a program means inserting that particular program in your computer so that it can be executed properly. Some of the software programs can be simply copied to the…
Read more »How to Resolve jenkins java.lang.outofmemoryerror permgen space issues?
Solution 1 In Windows: Go to environment variable and add following variables export JAVA_OPTS=”-XX:MaxPermSize=512m -Xms512m -Xmx1024m” export GRADLE_OPTS=”-XX:MaxPermSize=512m” export SONAR_RUNNER_OPTS=”-Xmx512m -XX:MaxPermSize=512m” In Linux: In my ~/.bash_profile file, I have set…
Read more »Git Troubleshooting | Git Troubleshooting Techniques
export GIT_CURL_VERBOSE=1 git push -u origin –all –verbose git config –list & GIT_CURL_VERBOSE=1 git push & export GIT_CURL_VERBOSE=1 git push git config –global http.postBuffer There are useful to debug, long…
Read more »Perforce Slow Sync issues | Perforce Slow Sync Troubleshooting Guide
Perforce Slow Sync issues Network latency Sync Performance issues are not obvious with locally connected hosts, as the network latency is low. However, as latency increases, performance worsens. To correct…
Read more »Perforce Network Troubleshooting Guide | How to Resolve Perforce Network Issues?
1. netstat -a Check to make sure that the server is running. netstat -a gives a list of all processes listening on network ports. Look for lines that contain “LISTEN”…
Read more »Deployment Foundation Issues
Deployment Foundation Issues Establish Key Roles/Charter for Deployment The very first order of business is to firmly establish “who’s on first” for getting deployment done. Senior management is crucial at…
Read more »