On Sun, 20 Dec 2020 at 16:25, Oliver Rettig <oliver.ret...@orat.de> wrote: > I remember also got such messages in the past during opening big text files > in my netbeans-platform applications and with increasing heap-size I cauld > not get rid of the message. In my cases after closing the dialog all works > fine. So I dont have a closer look at this. Maybe there is simple somewhere > hardcoded a maximum file size and after reaching this size the dialog is > thrown. > > I am also interested in, if you can fix this.
It's probably this? https://github.com/apache/netbeans/blob/master/platform/openide.loaders/src/org/openide/text/DataEditorSupport.java#L853 Should be able to set that system properly to a MB value greater than 1 by the look of it. Best wishes, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists