Re: Memory footprint
Re: Memory footprint
- Subject: Re: Memory footprint
- From: Art Isbell <email@hidden>
- Date: Tue, 18 Feb 2003 15:45:43 -1000
On Tuesday, February 18, 2003, at 03:25 PM, Art Isbell wrote:
On Tuesday, February 18, 2003, at 02:49 PM, Dan wrote:
OK - in 4.5.1 we could use NSMaxHeapSize to control the size of our
applications. I know I could pass a launch argument to the java
command when
launching in WO 5, but is there a place I can set a default that will
always
be used similar to NSGlobalDomain?
According to the NSProperties javadoc, all WO processes owned by a
particular user will read ~/WebObjects.properties, if present. So you
should be able to define properties in this file as an alternative to
NSGlobalDomain.
Hmm, this probably wouldn't provide an argument to the java command
that launches WO processes, though. However, this should provide
property values for all WO processes. You can specify launch arguments
for each WO process launched from within PB, but I don't know of a way
to specify a launch argument for all WO processes launched from PB.
JavaMonitor supports specifying launch arguments for WO processes
launched using JavaMonitor, but I'm not aware of a way to specify a
launch argument used for all WO processes launched by JavaMonitor.
Art
http://homepage.mac.com/aisbell/
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.