We have database server with 16 GB RAM.SQL server installation is 32 bit.There are 3 instances of SQL server on the Database Server.AWE is on.
Memory is allocated as follows
Instance 1 -6 GB
Instance 2 -5 GB
Instance 3 -3 GB
As we know memory above 4 GB is accessed throuth AWE,that means it is not native.So it can be used only for buffer cache and not procedure cache.So how much of native memory is allocated to each instance?Is it also proportional to memory allocation or one instance may get all native memory and others are only on Extended memory?