I have following configuration of my laptop -
2gb ram core i3 processor
So when i launching eclipse and run any program my laptop become slow. that's why i want to reduce the jvm size.
So, how can I reduce the JVM memory ?
thnks
I have following configuration of my laptop -
2gb ram core i3 processor
So when i launching eclipse and run any program my laptop become slow. that's why i want to reduce the jvm size.
So, how can I reduce the JVM memory ?
thnks
In your eclipse install folder, you have eclipse.ini file.In that file, you can specify the below mentioned arguments for the eclipse VM.
-Xms -Xmx
Please note, here we are giving the memory arguments for running the eclipse.
You can do this by specifying the required size for the particular application in its Run Configuration's VM Arguments as EX: -Xms128m -Xmx512m
Or if you want all application run from your eclipse to have the same spacified size then you can specify this in the eclipse.ini file which is present in your Eclipse home directory.
There is a lot of solutions if you google it, but in common, there is number of objects that influence to perfomance of your system at all: