Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: alpmoonPosted on 2009-08-24 at 17:23:12ID: 25173732
I think the first thing you need to do is to configure your data cache. Currently you don't use 1985M of memory, because you haven't yet allocated that memory. You can allocate memory for other purposes as well. But, the most critical one is data cache. Default size of "default data cache" is very small. If you configure "default data cache" size to let's say '1500M' (as shown below), you can see that the actual memory used will be close to 1985M. You can also change it by using sp_cacheconfig
cache size = 1500M
Unfortunately, you need to reboot ASE to change cache size. You should also adjust 16 K pool buffer size, even though you can do it dynamically.