You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @return [String] the maximum heap sizes, e.g. '1M'
27
+
attr_reader:heap
28
+
29
+
# @!attribute [r] metaspace
30
+
# @return [String, nil] the maximum metaspace size, e.g. '1M', or nil if the maximum metaspace size is not set
31
+
attr_reader:metaspace
32
+
33
+
# @!attribute [r] stack
34
+
# @return [String] the stack size, e.g. '1M'
35
+
attr_reader:stack
36
+
37
+
# Creates an instance based on a hash containing memory settings, a configuration file containing weightings, and the application's memory size in $MEMORY_LIMIT.
# @return [String] the maximum heap size, e.g. '1M'
27
+
attr_reader:heap
28
+
29
+
# @!attribute [r] permgen
30
+
# @return [String, nil] the maximum permgen size, e.g. '1M', or nil if the maximum permgen size is not set
31
+
attr_reader:permgen
32
+
33
+
# @!attribute [r] stack
34
+
# @return [String] the stack size, e.g. '1M'
35
+
attr_reader:stack
36
+
37
+
# Creates an instance based on a hash containing memory settings, a configuration file containing weightings, and the application's memory size in $MEMORY_LIMIT.
0 commit comments