cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

The java.lang.OutOfMemoryError: Java heap space message when pubilc the manual use Arbortext6.0

lxie1
1-Newbie

The java.lang.OutOfMemoryError: Java heap space message when pubilc the manual use Arbortext6.0

Dear all,

One customer meet a problem, when he public the manual use Arbortext6.0, the sytem show the following message,

Maybe it means Java virtual memory is too small? How can we solve this problem? 

Thank you very much!

Snap3.jpg

1 ACCEPTED SOLUTION

Accepted Solutions
kjoono
5-Regular Member
(To:lxie1)

Hi Lorin Xie

Please search 'set javavmmemory' keyword in Arbortext Help Center.

If you want apply 'set javavmmemory'. Try to insert below script into the *.acl in the 'Arbortext Installed Foler/custom/init' folder.

(If any *.acl file does not exist in the 'Arbortext Installed Foler/custom/init' folder, you try to create instance.acl file in the folder.)

function init()
{

    if (!java_init()) {
        set javavmmemory=900
    }
}

init();

View solution in original post

2 REPLIES 2
kjoono
5-Regular Member
(To:lxie1)

Hi Lorin Xie

Please search 'set javavmmemory' keyword in Arbortext Help Center.

If you want apply 'set javavmmemory'. Try to insert below script into the *.acl in the 'Arbortext Installed Foler/custom/init' folder.

(If any *.acl file does not exist in the 'Arbortext Installed Foler/custom/init' folder, you try to create instance.acl file in the folder.)

function init()
{

    if (!java_init()) {
        set javavmmemory=900
    }
}

init();

lxie1
1-Newbie
(To:kjoono)

Hi Joon, thank you very much! I will follow your suggestion, thanks again!

Top Tags