You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was helping someone to build their app (quite large, 400MB or so) into a tWAS image. We created a Dockerfile to add the app, a wsadmin script to create config, and a wsadmin script to install the app (generated using Transformation Advisor). When we attempted to build the image FROM ibmcom/websphere-traditional:latest-ubi using default settings, app deployment appeared to hang indefinitely (over half an hour before we gave up waiting.)
In the app's original environment, the heap size for wsadmin was increased quite a lot to facilitate deploying the app in question, so we tried manually patching in a version of wsadmin.sh that set the heap size to the same value as used on-prem, and the app deployed in 8 minutes or so.
I'm opening this issue to discuss and possibly propose adding a mechanism to be able to configure some settings for the wsadmin.sh client itself. Perhaps some sort of ARG WSADMINARGS that could be passed from the Dockerfile to the wsadmin.sh command line? Something that would allow for passing the heap size argument without having to patch the script itself.
Would something like that be feasible?
The text was updated successfully, but these errors were encountered:
I was helping someone to build their app (quite large, 400MB or so) into a tWAS image. We created a Dockerfile to add the app, a wsadmin script to create config, and a wsadmin script to install the app (generated using Transformation Advisor). When we attempted to build the image
FROM ibmcom/websphere-traditional:latest-ubi
using default settings, app deployment appeared to hang indefinitely (over half an hour before we gave up waiting.)In the app's original environment, the heap size for wsadmin was increased quite a lot to facilitate deploying the app in question, so we tried manually patching in a version of wsadmin.sh that set the heap size to the same value as used on-prem, and the app deployed in 8 minutes or so.
I'm opening this issue to discuss and possibly propose adding a mechanism to be able to configure some settings for the wsadmin.sh client itself. Perhaps some sort of ARG WSADMINARGS that could be passed from the Dockerfile to the wsadmin.sh command line? Something that would allow for passing the heap size argument without having to patch the script itself.
Would something like that be feasible?
The text was updated successfully, but these errors were encountered: