Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle forms 12C (12.2.1.3.0) , java crash for memory problems

gimboloneJan 30 2020 — edited Jan 30 2020

Hi,

of users using the forms via terminal server happens to give this memory error.

Both the memory on the server and the file swap are correctly sized and still have space available.

the operating system is windows 2019

any ideas ?

#

# There is insufficient memory for the Java Runtime Environment to continue.

# Native memory allocation (malloc) failed to allocate 1782896 bytes for Chunk::new

# Possible reasons:

#   The system is out of physical RAM or swap space

#   The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap

# Possible solutions:

#   Reduce memory load on the system

#   Increase physical memory or swap space

#   Check if swap backing store is full

#   Decrease Java heap size (-Xmx/-Xms)

#   Decrease number of Java threads

#   Decrease Java thread stack sizes (-Xss)

#   Set larger code cache with -XX:ReservedCodeCacheSize=

#   JVM is running with Zero Based Compressed Oops mode in which the Java heap is

#     placed in the first 32GB address space. The Java Heap base address is the

#     maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress

#     to set the Java Heap base and to place the Java Heap above 32GB virtual address.

# This output file may be truncated or incomplete.

#

#  Out of Memory Error (allocation.cpp:389), pid=8856, tid=0x00000000000064f4

#

# JRE version: Java(TM) SE Runtime Environment (8.0_202-b08) (build 1.8.0_202-b08)

# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.202-b08 mixed mode windows-amd64 compressed oops)

# Core dump written. Default location: \\Ccspdc01\netdrive\EDP\Gecoti\hs_err_pid8856.mdmp

#

This post has been answered by Michael Ferrante-Oracle on Jan 30 2020
Jump to Answer
Comments
Post Details
Added on Jan 30 2020
2 comments
1,712 views