2009-09-07 55 views
0

针对开发人员计算机的“Symantec Endpoint”配置建议是什么?我们使用Eclipse,IntelliJ,Ant和Tomcat进行Java开发。使用“Symantec Endpoint”构建和服务器启动相当缓慢。针对开发人员计算机的防病毒(Symantec Endpoint)配置

更换或删除Symantec不是一个选项。另请参阅https://stackoverflow.com/questions/111226/least-intrusive-antivirus-software-for-development-pc,http://www.codinghorror.com/blog/archives/000803.htmlhttp://www.theserverside.com/news/thread.tss?thread_id=44775

+1

另请参阅http://stackoverflow.com/questions/1305709/slowdown-of-microsoft-visual-studio-due-to-different-virus-scanner – 2009-09-18 10:33:00

回答

1

你也可以排除扫描java.exe。确保你也添加了eclipse.exe,或者将eclipse作为java.exe进程启动,这里也有关于如何在一些问题中这样做的信息。

不是防病毒的东西,但我也会禁用Windows索引服务。

+0

你有链接到你参考的问题吗? – trunkc 2009-09-07 16:33:09

+0

这里http://stackoverflow.com/questions/316265/tricks-to-speed-up-eclipse – Persimmonium 2009-09-07 21:15:47

+0

我说错了,由def显示java.exe而不是eclipse.exe,但你明白了 – Persimmonium 2009-09-07 21:40:01

3

对于任何按需防病毒程序,请确保您的代码树(源代码和内部版本)从按需扫描中排除。我已经看到这种变化是从花费数分钟到花费数秒。