Antivirus (Symantec Endpoint) configuration for developer machine

故事扮演 提交于 2019-12-30 05:30:08

问题


What are your "Symantec Endpoint" configuration recommendations for a developer PC? We do java development with Eclipse, IntelliJ, Ant and Tomcat. With "Symantec Endpoint" the build and server startup are quite slow.

Replacing or removing Symantec is not an option. See also https://stackoverflow.com/questions/111226/least-intrusive-antivirus-software-for-development-pc, http://www.codinghorror.com/blog/archives/000803.html and http://www.theserverside.com/news/thread.tss?thread_id=44775


回答1:


you can also exclude from scanning java.exe. Make sure you add eclipse.exe too, or make eclipse start as a java.exe process, there is info on how to do that in some question here too.

Not an antivirus thing, but I would also disable windows indexing service.




回答2:


With any on-demand anti-virus program, make sure your code tree (source and build) are excluded from on-demand scans. I have seen this change a build from taking minutes to taking seconds.



来源:https://stackoverflow.com/questions/1389904/antivirus-symantec-endpoint-configuration-for-developer-machine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!