Note: This is an old question and the answers reflect the world as it was then. Modern Ubuntu distributions have OpenJDK available which can be installed with I am trying to install the Java Development Kit (JDK) on Ubuntu Linux distribution, but I am unable to install it. What are the steps to install it on Ubuntu? Answer Referring to
Tag: ubuntu
How do I give Jenkins more heap space when it’s running as a daemon on Ubuntu?
My Jenkins jobs are running out of memory, giving java.lang.OutOfMemoryError messages in the build log. But I used the Ubuntu Package Manager, aptitude, or apt-get to install Jenkins, and I don’t know where to look to change the amount of heap space allocated to Jenkins. Answer There are two types of OutOfMemoryError messages that you might encounter while a Jenkins
JAVA_OPTS for increasing heap size
I want to increase my Heap size. How can I use JAVA_OPTS for doing so.I am getting the following error may be this is because of low heap size Answer You should be able to use the information found in this post. where zzz is your minimum size. where zzz is your maximum size. You can find more info on