concourse
concourse copied to clipboard
Docker: Java heap space
Hi, I'm trying to install Concourse via Docker. But i'm getting this error in console after install:
Exception in thread "Client Worker 0" java.lang.OutOfMemoryError: Java heap space at org.apache.thrift.protocol.TBinaryProtocol.readStringBody(TBinaryProtocol.java:379) at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:230) at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:27) at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:286) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748)
Hi @mehrdd,
Thanks for reporting this issue. What command are you using to run Concourse via Docker? After the container starts, are you running any additional commands?
Thanks in advance for the info. We'll get you up and running soon once we're able to diagnose things further.
Best, Jeff
Hi Jeff, I'm just using normal commands like:
docker run -p 1717:1717 --name concourse cinchapi/concourse
After installing my Concourse container, i opened my browser and entered http://localhost:1717
Thanks, Mehrdad