您对开发者PC的“Symantec Endpoint”配置建议是什么?我们使用Eclipse,IntelliJ,Ant和Tomcat进行Java开发。使用“Symantec Endpoint”,构建和服务器启动速度非常慢。
无法替换或删除赛门铁克。另请参阅https://stackoverflow.com/questions/111226/least-intrusive-antivirus-software-for-development-pc,http://www.codinghorror.com/blog/archives/000803.html和http://www.theserverside.com/news/thread.tss?thread_id=44775
答案 0 :(得分:3)
使用任何按需防病毒程序,请确保您的代码树(源和构建)被排除在按需扫描之外。我已经看到这种变化是从几分钟到几秒钟的构建。
答案 1 :(得分:1)
您也可以从扫描java.exe中排除。确保你也添加了eclipse.exe,或者将eclipse作为java.exe进程启动,这里也有关于如何在某些问题上执行此操作的信息。
不是防病毒软件,但我也会禁用Windows索引服务。