Hi Yishay, Well the thing is that during compilation more VMs are spawned. I doubt this problem is related to memory as memory consumption has been quite moderate. Right now I would assume that eventually most time is lost in the OS handing filesystem operations. I remember some of my bigger projects maven builds taking significantly longer on Windows (dual boot config) than on Linux for example and the huge majority of time was wasted in the OS handling File-System operations. During the debug compilation a lot of little files are read and a lot of little files are written to the filesystem, so I would assume this could be a reason for your problems.
Chris Am 31.01.17, 12:36 schrieb "yishayw" <yishayj...@hotmail.com>: anyone