xtracoder
xtracoder
Size on disk is not a problem, but excessive size of data to be generated and processed can be a hidden problem. I may be completely wrong about 'excessive', just...
I've got back to the project having that huge number of gradle sub-modules and got a reason to raise this issue once again. I've opened a root module plus around...
Hint: 'clean rebuild' of all these sources takes around 4 minutes (with org.gradle.parallel=true). This means just loading model of entire subtree is around 10-15 seconds - and this the time...
Re: _I will try to check these things tomorrow but can't promise anything because I'm feeling sick today._ it is not that urgent :), ... i've checked your comments and...
PS: doing above-mentioned change in `JavaExtensionDef` and using `-J-XX:+UseG1GC -J-XX:+UseStringDeduplication` did not make any noticeable difference to me.
Ok, it seems that root cause of the problem for me was 'relatively small' cache of the projects you've mentioned above - with default limit of 100 projects are loaded...
Not sure why do you say 'grow endlessly' - if i open 3 roots with 500 modules - this 500 is the natural limit and new projects will not appear...
Got time to check this - "_should now be able to increase cache size based on the currently opened projects_". Behavior with manually configured size = 500 1. In one...
I also was looking for the way to customize position of the window title text, however in my case I would like to get following layout: `[icon] Window Title |...
It would be nice if gulp maintainers release newer version with just dependecies for chokidar push to compatible with modern versions of nodejs. Today I've lost few hours while trying...