Open
Description
In regular dev mode, if you start Liberty the second time (e.g. restart the server), the second start is faster than the first.
In devc, the second start takes the same time as initial start because it is using a new container, so does not benefit from cached features and the SharedClassCache created in the first start.
Investigate how the second start can be improved in devc. This may include caching the workarea and SCC, and creating volumes to use for those to avoid bind mounts (see #1020).
Metadata
Metadata
Assignees
Type
Projects
Status
New Issues