Skip to content

Investigate Liberty second start time in devc #1021

Open
@ericglau

Description

@ericglau

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

No one assigned

    Type

    No type

    Projects

    Status

    New Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions