[
https://issues.apache.org/jira/browse/NETBEANS-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16255853#comment-16255853
]
ASF GitHub Bot commented on NETBEANS-149:
-----------------------------------------
lbruun opened a new pull request #276: [NETBEANS-149] Max heap size removed
URL: https://github.com/apache/incubator-netbeans/pull/276
Explicit max and min heap size settings removed.
This file (changed in this PR) is the default `.conf` file your application
will get when you create an application on top of NetBeans Platform.
See [NETBEANS-149](https://issues.apache.org/jira/browse/NETBEANS-149) for
details.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Standard Max Heap Size is 64m - way too small
> ---------------------------------------------
>
> Key: NETBEANS-149
> URL: https://issues.apache.org/jira/browse/NETBEANS-149
> Project: NetBeans
> Issue Type: Bug
> Reporter: lbruun
> Assignee: lbruun
> Priority: Trivial
> Labels: pull-request-available
>
> One of the things that have always annoyed me when creating applications on
> NetBeans Platform is that the max heap size is defined explicitly in the
> {{app.conf}} to 64 MB. As a default value, this is much too low.
> I don't know why the value was set. Apparently (from Mecurial's histyory) it
> dates back to 2005. Perhaps the idea is that if setting a ridiculously low
> value it will force the developer to change his application's {{myapp.conf}}
> file? But I'm guessing this wasn't the intention, even in 2005.
> Suggesting to remove both the min and the max heap from this file to make
> adoption of Platform easier for newbies and give them less surprises.
> (note: The 64 MB limit doesn't effect the IDE as it uses its own customized
> version of the {{.conf}} file)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)