This content has been marked as final.
Show 3 replies
-
1. Re: jbpm workbench is pretty slow and timing out [docker container]
3kishore Jan 31, 2017 8:21 PM (in response to 3kishore)Edited bin/standalone.conf, restarted docker process. No luck
-
2. Re: jbpm workbench is pretty slow and timing out [docker container]
abhijithumbe Feb 1, 2017 2:50 AM (in response to 3kishore)JVM memory is changed through standalone.conf file. Share standalone.conf and server.log file
-
3. Re: jbpm workbench is pretty slow and timing out [docker container]
3kishore Feb 1, 2017 4:03 PM (in response to abhijithumbe)Guess we can't change env variable in running container. Created a new one by passing new env variable.
docker run ... -e JAVA_OPTS='-Xmx2g' ....