In Netbeans 6.8 it is very simple to increase the memory available for a server.
Step1.
On the Services tab expand the Servers node. Right click on the name of the server that you are using and select Properties.
Figure 1: Selecting Server Properties Window
Step 2Select the Platform tab and enter the following under VM Options:
-Xms512M -Xmx512M
These options specify that there will be a minimum of 512 MB available for the server and a maximum of 512 MB available. You can of course use different numbers to suit your needs. Other VM Options can be found here.
Now you need to restart the server for the settings to take effect.
No comments:
Post a Comment