Method: Sqlfire::ServerNodeInstance#initial_heap

Defined in:
lib/vas/sqlfire/server_node_instances.rb

#initial_heapString (readonly)

Returns The initial heap size of the server’s JVM. nil if the default is used.

Returns:

  • (String)

    The initial heap size of the server’s JVM. nil if the default is used



49
50
51
# File 'lib/vas/sqlfire/server_node_instances.rb', line 49

def initial_heap
  @initial_heap
end