开发人员计算机的防病毒(Symantec Endpoint)配置
您对开发人员 PC 的“Symantec Endpoint”配置建议是什么?我们使用 Eclipse、IntelliJ、Ant 和 Tomcat 进行 java 开发。使用“Symantec Endpoint”,构建和服务器启动非常慢。
更换或删除 Symantec 不是一个选择。另请参阅https://stackoverflow.com/questions/111226/least-intrusive- antivirus-software-for-development-pc,http://www.antivirus-software-for-development-pc codinghorror.com/blog/archives/000803.html 和 http: //www.theserverside.com/news/thread.tss?thread_id=44775
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(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.
您还可以从扫描 java.exe 中排除。确保你也添加了 eclipse.exe,或者让 eclipse 作为 java.exe 进程启动,这里的一些问题也有关于如何做到这一点的信息。
不是防病毒软件,但我也会禁用 Windows 索引服务。
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.