Hi, can you help me please to find where is the problem. Today I tried start PhpStorm few times, but it did not start. I dont know where could be the problem. Any ideas? I am on Win 10 and PhpStorm 10
No errors appears while starting. It only blinks and dies. I found some log file, but I cant read it. Can you describe it more precisely? What shold I run in console?
Java HotSpot(TM) Server VM warning: ignoring option MaxPermSize=1000m; support was removed in 8.0 Error occurred during initialization of VM Could not reserve enough space for 2048000KB object heap
I remember I increased that values because 1000 made me some trobles. What can I do?
So I installed 64-bit JDK and then tried to run phpstorm64.exe. And it is running. But I am not sure if this is the right way. How is PhpStorm familiar with 64-bit architectrue? What about plugins like Emmet, Git, ..............?
Do you see any errors when starting it? Try starting from cmd console using phpstorm.bat - what is written to the console?
No errors appears while starting. It only blinks and dies.
I found some log file, but I cant read it.
Can you describe it more precisely? What shold I run in console?
phpstorm.bat writes:
I remember I increased that values because 1000 made me some trobles. What can I do?
So I installed 64-bit JDK and then tried to run phpstorm64.exe. And it is running. But I am not sure if this is the right way. How is PhpStorm familiar with 64-bit architectrue? What about plugins like Emmet, Git, ..............?
The problem was in /bin/PhpStorm.exe.vmoptions file.
Solution is to remove line with MaxPermSize=1000m; from the file.