Re: NetBeans Default Maximum HeapSize

2018-10-08 Thread Laszlo Kishalmi
The current JVM default is use 25% of the system memory and it is capped at 32Gb As of Grabage collecting G1 does a pretty decent job nowadays, it is also the first GC that can actually give back unused memory to the system. If you'd ask me the JVM defaults are actually fine. On 10/07/2018 0

Re: NetBeans javadoc at Apache (Re: Options, options (was Re: NetBeans javadoc at Apache))

2018-10-08 Thread Neil C Smith
On Sun, 7 Oct 2018 at 10:58, Neil C Smith wrote: > How about a compromise? Let's pull this and manage it in the asf-site > branch directly as and until we have an automated approach ready? OK, pulled to asf-site. I realise that was suggested in the PR, and we know it at least needs to be in the

Re: Public vs. Friend API Reloaded (Summary)

2018-10-08 Thread Neil C Smith
On Sat, 22 Sep 2018 at 01:01, Laszlo Kishalmi wrote: > > I think the most > viable solution is: > > Option 4: Make Module Public when There is more than a Certain Number of > Friend Dependencies. > Slowly catching up on email post-holiday, so apologies for delayed response. Firstly, I'm disappoi

Re: java-agent to inject system properties on NetBeans startup

2018-10-08 Thread Neil C Smith
On Fri, 28 Sep 2018 at 01:37, Laszlo Kishalmi wrote: > What do you think on the idea to create a simple Java agent which can > insert system properties into the JVM before NetBeans starts? -1 I understand the requirement, but not sure that's a better approach than providing a UI for editing the

Re: NetBeans Default Maximum HeapSize

2018-10-08 Thread Neil C Smith
On Sun, 7 Oct 2018 at 19:49, Eirik Bakke wrote: > (As an aside, it would be nice for the heap size calculation logic in > nblauncher.cpp to be factored out to also work for the NetBeans platform > application launcher, in > harness/apisupport.harness/windows-launcher-src/applauncher.cpp . But t