IntelliJ compiler and security agent whitelisting
As noted in a previous trhread, I've been having problems with compilation performance with IntelliJ 13.1 on my Windows 7 machine. It seems that the bit9 whitelisting security agent is interacting with the build/compile process, making it unusably slow. I understand that IntelliJ compilation occurs in a separate process and suspect that this process may not whitelisted by the agent. Can anyone confirm what that process is called / where it is located etc.
请先登录再写评论。
The compiler process is just another JVM instance. E.g. in Windows it may be seen as separate java.exe process in the task manager. Is that enough to tune the security agent?
Regards,
Alexander.