> I have 16GB of RAM on the box. Every one of my zones > see's this 16GB of RAM > and so I can only run 3 Oracle zones (because Oracle > must use 50% of the > total ram it sees, and it can't be changed.)
Why can't you change the amount of memory that Oracle is using? What release/version of Oracle are you running? This should be as easy as "ALTER SYSTEM SET memory_target = 2g SCOPE=BOTH" and (optionally) "ALTER SYSTEM SET memory_max_target = 2g SCOPE=SPFILE" (if you're using automatic memory management). -- Curt Rebelein, Junior, CISSP, OCP This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
