What are the minimum requirements to run an Eclips

2019-08-19 02:22发布

I like the features of Codenvy but the sever is too long to wake up and can't be used from a mobile. Yes, I code in the subway for hobbies. I had in the idea to install it on a small VPS. I will be coding a Django site roughly the same size as a small eShop. What would be the minimal requirement for the server to run it smoothly?

2条回答
太酷不给撩
2楼-- · 2019-08-19 02:57

See Eclipse Che documentation - Single-User: Installation on Docker:

Minimum one CPU, 2GB of RAM, 3GB disk space.

查看更多
【Aperson】
3楼-- · 2019-08-19 03:14

If you're using Minishift I suggest granting it at least 6GB of RAM.

minishift config set memory 6G

For more information, see the Eclipse Che admin guide

查看更多
登录 后发表回答