Zones and virtual memory

From: Andreas Höschler (ahoesch@smartsoft.de)
Date: Mon Apr 10 2006 - 09:41:41 EDT


Dear managers,

I have set up my first Solaris container as shown below, installed SGD
in this zone and fired up the web browser to access the installed
applications. I successfully run a very lightweight application.
However, starting another one - that works great in the global zone -
gives me

Virtual memory exhausted
Abort

Any idea how this can be fixed? Since I haven't set any constraints I
guess that Solaris uses very small defaults for the zone!?

Thanks a lot!

Regards,

   Andreas

*******************************************************************
mkdir /zones/torgau
chmod 700 /zones/torgau
zonecfg -z torgau
                
create
set zonepath=/zones/torgau
set autoboot=true

add fs
set dir=/opt/GNUstep
set special=/opt/GNUstep
set type=lofs
end

add net
set address=<some address>
set physical=e1000g0
end

verify
commit
exit
*******************************************************************
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:39:33 EDT