Try increasing the Java VM's heap size.

For Sun's Java VM, you would use something like:

$ java -Xmx128 com.acme.MyProgram

where the 128 means 'let heap grow up to 128MB'

     -chad loder





[EMAIL PROTECTED]@sandia.gov on 06/29/2001 11:24:11 AM

Please respond to [EMAIL PROTECTED]

Sent by:  [EMAIL PROTECTED]


To:   [EMAIL PROTECTED]
cc:

Subject:  JESS: Manners test error

Hello,

I have been running some different benchmark programs on Jess to test
several of its features. One of the benchmark programs is the manners
test. The version I have been using is a translation from the original
test written in OPS at the University of Texas. It runs pretty
smoothly with 16, 32 and 64 guests, but when I try with 128 guests, I
get this error:

    java.lang.OutOfMemoryError
        <<no stack trace available>>
    Exception in thread "main"

I have tried to execute the same program with versions 5.2, 6.0a5 and
6.0a7, obtaining exactly the same error. The program runs perfectly
with other shells like CLIPS, EHSIS, Rete++ and CLIPS/R2.

I think the problem might be related to the big network that the Rete
algorithm has to generate in order to solve the problem.

I would like to know if other people has experienced related problems.
If some one is interested, I can send the program.

Thanks in advance,

Juanjo


---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify
[EMAIL PROTECTED]
---------------------------------------------------------------------






---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to