GigaSpaces XAP.NET Documentation
VmInputArgument Method (vmInputArgument)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.AgentGridServiceManagerOptionsVmInputArgument(String)
Will add a JVM level argument when the process is executed using pure JVM. For example, the memory can be controlled using
CopyC#
-Xmx512m
.
Declaration Syntax
C#Visual BasicVisual C++J#
public virtual GridServiceManagerOptions VmInputArgument(
	string vmInputArgument
)
Public Overridable Function VmInputArgument ( _
	vmInputArgument As String _
) As GridServiceManagerOptions
public:
virtual GridServiceManagerOptions^ VmInputArgument(
	String^ vmInputArgument
)
public GridServiceManagerOptions VmInputArgument(
	String vmInputArgument
)
Parameters
vmInputArgument (String)
argument to add.
Return Value

[Missing <returns> documentation for M:GigaSpaces.Core.Admin.ServiceGrid.Agent.GridServiceManagerOptions.VmInputArgument(System.String)]

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.6.2.9900 (9.6.2.9900)