eclipse - Heap out of memory exception -


In my eclipse, while running a Maragrett program, it is throwing out of memory exception In Eclipse.ini (-Xms40m-Xmx768m values ​​-Xms4000m-Xmx7680m) the parameter is changed, only the same error is happening, what will be the solution for this.

Only eclipse.ini setting sets heap for itself.

For the program, you run eclipse run the configuration for the program and set the XMX value in the VM arguments .

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -