You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/11/09 15:24:18 UTC

[GitHub] [netbeans] mbien opened a new pull request, #4949: bump large file warning from 1 to 5MB.

mbien opened a new pull request, #4949:
URL: https://github.com/apache/netbeans/pull/4949

   as discussed on the [dev list](https://lists.apache.org/thread/g9w0038rdsksony6xyl4q42vnj4jrjk4), this proposes to bump the large-file warning trigger a little bit.
   
   customizable via the `org.openide.text.big.file.size` property.
   
   System memory and there also heap sizes grew over time, fixed perm gen became dynamic meta space. This should allow to dare a bit more in that area without showing warnings.
   
   old limit (new is 5MB):
   ![filesize-warning](https://user-images.githubusercontent.com/114367/200869518-e2768829-0ae1-4cd6-8a25-bcf3deffaf8e.png)
   
   
   going to run this with all tests enabled since this could have side effects in tests, given that I found that CSL module hardcoded that value even though it is configurable via a property.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mbien merged pull request #4949: bump large file warning from 1 to 5MB.

Posted by GitBox <gi...@apache.org>.
mbien merged PR #4949:
URL: https://github.com/apache/netbeans/pull/4949


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mbien commented on pull request #4949: bump large file warning from 1 to 5MB.

Posted by GitBox <gi...@apache.org>.
mbien commented on PR #4949:
URL: https://github.com/apache/netbeans/pull/4949#issuecomment-1311782757

   > This is long overdue.. I might have even said bump to 10MB. But, I approve..
   
   yeah. I wasn't sure what new limit to pick. Some editors might want the warning a bit lower, e.g a 10MB javascrip file might be too much.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists