The java interpreter is using too much memory, the following works
better:
nohup java -Xms128m -Xmx256m -jar jenkins.war &
On Apr 14, 10:21 am, Erwin Coumans wrote:
> I tried to manually start Jenkins by invoking the java interpreter
> directory instead of using a service:
> It
On Apr 14, 9:42 am, Erwin Coumans wrote:
> I installed jenkins (as root) and start the service but I cannot
> connect to the service:
>
> wgethttp://localhost:8080/jenkins
> --09:31:54-- http://localhost:8080/jenkins
> => `jenkins'
> Resolving localhost
I installed jenkins (as root) and start the service but I cannot
connect to the service:
wget http://localhost:8080/jenkins
--09:31:54-- http://localhost:8080/jenkins
=> `jenkins'
Resolving localhost... 127.0.0.1
Connecting to localhost|127.0.0.1|:8080... failed: Connection refused.