Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to optimize the problem of phpstorm running Catton

2025-01-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces how to optimize the operation of phpstorm Catton, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.

Find JetBrains\ PhpStorm 2017.1.4\ bin\ directory: (recommended Learning: phpstorm)

Phpstorm.exe.vmoptions

Adjust the memory limit first:

-Xms256m-Xmx2048m-XX:MaxPermSize=350m

Set the parameters of JAVA virtual machine again:

Append the following code:

-Dawt.usesystemAAFontSettings=lcd-Dawt.java2d.opengl=true

Phpstorm is developed using JAVA. Because IDE provides the source file keyword rendering function, any editing or mouse movement of the file will trigger the rendering operation.

Phpstorm's default JAVA environment does not make use of the machine's hardware acceleration technology to achieve real-time rendering, so of course it will make the system freeze.

As long as you let the system use hardware acceleration by default in the JAVA environment, you can solve the problem of taking up too much system resources and allowing phpstorm cards.

Thank you for reading this article carefully. I hope the article "how to optimize the running Catton of phpstorm" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report