Home >Backend Development >PHP Tutorial >PhpStorm 10.0.1 crashes when opening?
Previously it was because the memory was exceeded and 1024M was added, and then it crashed when opening. Or when searching in the project, it will crash.
The project size is not large, only about 200M, but sometimes it will prompt that the memory is exceeded.
Previously it was because the memory was exceeded and 1024M was added, and then it crashed when opening. Or when searching in the project, it will crash.
The project size is not large, only about 200M, but sometimes it will prompt that the memory is exceeded.
When using phpstorm, the machine memory must be at least 8G, otherwise it will be easy to hang.
Remove the 1024 limit...
It may be that your machine memory or the memory set by phpstrom is insufficient, and direct startup fails
Mine also crashed