Quantcast
Viewing all articles
Browse latest Browse all 3587

Re: 2k Unit - How to calculate

-- @H. Splinter  "It also indicates that your ASE server is probably running with 2K pagesize"

 

Not necessarily.  Statement cache, procedure cache, etc. are always measured in "memory pages" which are 2k regardless of the storage page size.

 

1> select @@maxpagesize
2> exec sp_configure 'cache size'
3> go

-----------
        8192

 

Parameter Name                 Default     Memory Used
        Config Value

        Run Value

        Unit                 Type
------------------------------ ----------- -----------
        ----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------
        ----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------
        -------------------- ----------
column default cache size             1024        2050
                1024

                1024

        memory pages(2k)     dynamic
extended cache size                      0           0
                   0

                   0

        memory pages(2k)     dynamic
procedure cache size                  7000       63004
               28000

               28000

        memory pages(2k)     dynamic
statement cache size                     0       18432
                8192

                8192

        memory pages(2k)     dynamic
workload manager cache size            140           0
                 140

                 140

        memory pages(2k)     dynamic

(return status = 1)


Viewing all articles
Browse latest Browse all 3587

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>