How to Increase Java Heap Space in Worklight Server?

前端 未结 2 1510
我在风中等你
我在风中等你 2021-01-24 17:12

I am getting JVM Heap space error in Worklight when tried to deploy Android Application.

Failed to deploy the application to Worklight server: InputStream error:         


        
2条回答
  •  一整个雨季
    2021-01-24 18:07

    For me the error related to the Heap size of the server, not the heap size of eclipse.

    On the server view, expand the Worklight server and select the jvm options, add (for example) -Xmx1024m

    enter image description here

提交回复
热议问题