How could I reduce the Hybris server startup time?

前端 未结 11 1786
半阙折子戏
半阙折子戏 2021-02-14 14:52

I am working on a Hybris project and it is very time consuming to wait 350 - 550 sec for a single Hybris server startup, for e

11条回答
  •  情歌与酒
    2021-02-14 15:18

    I saw lot of comments for people are not able to setup any open source alternative to Jrebels.

    Hybris server startup time can't be drastically reduced, specially on windows where it takes around 20 to 30 minutes(if you also have some custom extension build over using the standard extensions).

    The only good solution is to use JRebels but the downside of JRebel is that it is too expensive. Good alternative to JRebel is DCEVM + HotSwap. Here are the Steps to setup HotSwap.

    What actually JRebel or HotSwap does? It loads the code changes in the live running server. You don't need to restart your server again for each code change.

    Please let me know in case you face any kind of issues in setting up the same.

提交回复
热议问题