I'm trying to run a well-coded algorithm that tries to solve an NP-Hard problem via NetBeans but I'm running out of heap space.
Is the heap space I'm running out of specific to Netbeans? If so: how do I increase the heap space available to Netbeans?
Or is it specific to the app, as launched from Netbeans? If so: how do I tell Netbeans to launch it with more heap space?
