JM Does this happen when running code in NB? It could be a memory leak in a class of yours and there are various tools to help track them down.
I would first try increasing metaspace with: XX:MetaspaceSize and -XX:MaxMetaspaceSize when starting NB (netbeans.conf). If the problem persists and you're not running code, it could be an NB memory leak. Chris Powell Riga On Tue, Dec 30, 2025 at 8:25 AM Jean-Michel DELFINO (Logarithmes) < [email protected]> wrote: > I’m working all the day in a big java server project with netbeans 27 > > I sometimes have this error : > java.lang.OutOfMemoryError: Metaspace > > And I must quit and re-open NB... > > I have 64Go ram on my MacBook, I think it’s a limit in a config file > somewhere in NB… But where ? > > If someone could help me ! > > Thanks a lot ! > > JM > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > >
