Re: Application Server 10g and memory problem

From: joel garry <joel-garry_at_home.com>
Date: Mon, 15 Dec 2008 11:36:48 -0800 (PST)
Message-ID: <b4b0dcfe-9762-4439-ab82-941faffb0225@x16g2000prn.googlegroups.com>


On Dec 12, 3:17 am, "hehehehe" <ehh..._at_ccc.ccc> wrote:
> Hello!
>
>    Problem : 08/12/12 11:51:22 Exception in thread "Timer-4"
> java.lang.OutOfMemoryError: Java heap space
>
> WHAT I HEEEL I GOING ONE???
>
> I have 16GB memory and CENTOS 5.2
>
> can some one tell why my app hang i get this error? When its full operates
> suddenly hang and error appears :08/12/12 11:51:22 Exception in thread
> "Timer-4" java.lang.OutOfMemoryError: Java heap space
>
> someone?

Well, as the others have intimated, that is a ridiculous request. However, if you search on the out of memory error on metalink, you may find things like Note:358979.1 which has some suggestions you could follow, even if it isn't exactly your error. It could be as simple as increasing the memory on the client side:

  1. Go to the Java control panel (For Windows this is: Start -> Control Panel -> Java)
  2. Click on the 'Java' tab, select 'View...' in the Java Applet Runtime settings.
  3. Add the parameter -Xms64M -Xmx256M

For posting on this group, see http://www.dbaoracle.net/readme-cdos.htm#subj12

jg

--
@home.com is bogus.  "DECLARE v_sqltext CLOB := null; v_sql_id varchar
(200) := :1; v_sig_sql_profile varchar(200) := null; v_sig_outline_raw
raw(40) := null; v_sig_outline varchar2(200) := null; BEGIN BEGIN
SELECT sql_fulltext INTO v_sqltext FROM v$sql WHERE sql_id = v_sql_id
and rownum = 1; EXCEPTION WHEN OTHERS THEN null; END; BEGIN IF
v_sqltext is null THEN SELECT sql_text INTO v_sqltext FROM
dba_hist_sqltext WHERE sql_id = v_sql_id and rownum = 1; END IF;
EXCEPTION WHEN OTHERS THEN null; END; IF v_sqltext is not NULL THEN
V_sig_sql_profile := dbms_sqltune.sqltext_to_signature(v_sqltext);
dbms_outln_edit.GENERATE_SIGNATURE (v_sqltext, v_sig_outline_raw);
v_sig_outline := rawtohex(v_sig_outline_raw ); END IF; :2 :=
v_sig_sql_profile; :3 := v_sig_outline; END;
" - OMS
tkyte must love those exception handlers.
Received on Mon Dec 15 2008 - 13:36:48 CST

Original text of this message