DBA Data[Home] [Help]

MDSYS.SDO_ROUTER_PARTITION dependencies on ELOCATIONSETJVMHEAPSIZE

Line 1685: ElocationSetJVMHeapSize(max_memory_in_bytes);

1681:
1682: -- Adjust the Oracle JVM maximum memory size to 1.5g.
1683: -- This is the equivelent to specifying -Xmx1536m to
1684: -- java outside the database. Memory size is specified in bytes.
1685: ElocationSetJVMHeapSize(max_memory_in_bytes);
1686:
1687: IF (generate_11g_restrictions) THEN
1688: -- Generate the 11g turn restrictions for compatability.
1689: -- This MUST be done after the NODE_PART and EDGE_PART tables have

Line 1905: ElocationSetJVMHeapSize(838860800);

1901:
1902: -- Adjust the Oracle JVM maximum memory size to 800M.
1903: -- This is the equivelent to specifying -Xmx800m to
1904: -- java outside the database. Memory size is specified in bytes.
1905: ElocationSetJVMHeapSize(838860800);
1906:
1907: elocation_validate_partition(full_file_name, start_pid, l_end_pid,
1908: verbose, is_10g(version));
1909:

Line 1994: ElocationSetJVMHeapSize(838860800);

1990:
1991: -- Adjust the Oracle JVM maximum memory size to 800M.
1992: -- This is the equivelent to specifying -Xmx800m to
1993: -- java outside the database. Memory size is specified in bytes.
1994: ElocationSetJVMHeapSize(838860800);
1995:
1996: BEGIN
1997: -- Java code to partition the trucking data
1998: elocation_trucking_data(full_file_name);

Line 2221: ElocationSetJVMHeapSize(838860800);

2217:
2218: -- Adjust the Oracle JVM maximum memory size to 800M.
2219: -- This is the equivelent to specifying -Xmx800m to
2220: -- java outside the database. Memory size is specified in bytes.
2221: ElocationSetJVMHeapSize(838860800);
2222:
2223: BEGIN
2224: -- Java code to partition the restricted driving maneuver data
2225: elocation_turn_restrict_data(full_file_name);