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

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

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

lxie1
1-Visitor

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

ACCEPTED SOLUTION

Accepted Solutions
kjoono
12-Amethyst
(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
12-Amethyst
(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-Visitor
(To:kjoono)

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

Announcements

Top Tags