We have a Java/SQL Server 2000 app running in Windows 2003 Server. The HW is dual processor and 16GB RAM. Where in the OS can I go to tell the app to use the second processor and more of the avaiable RAM?
The app should use both processors by default assuming that it is multi-threaded. If the app is single threaded it will only use one CPU at a time.
In order to use more than 2 Gigs of RAM the java app will need to support AWE. If it doesn't (you'll have to check with the folks in the java forum to see if JAVA can address more than 2GB of RAM) then you won't be able to.
With reguard to SQL Server it will automatically use both CPUs. If you have Enterprise Edition you can enable AWE within SQL Server (by using the Enterprise Manager or the sp_configure procedure). You will also need to use the /PAE and /3GB switches in the boot.ini and reboot (if you haven't already done so).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.