User 19b92665cf
06-04-2005 12:29:43
I'm using cxcalc to calculate properties for SD files. The command line format I'm using is:
$CHEMAXON/cxcalc file.sdf -o file.prop acceptor donor logp mass psa rotatablebondcount
The SDFiles being used are created by MOLCONVERT from a SMILES file. It works fine for a small file (few thousand structures) but for bigger files I get Java exceptions:
(for file 1....)
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 3
at chemaxon.formats.MolConverter.parseOutFile(Unknown Source)
at chemaxon.formats.MolConverter.createMolConverter(Unknown Source)
at chemaxon.formats.MolConverter.main(Unknown Source)
(for file 2...)
Exception in thread "main" java.lang.OutOfMemoryError: Java
heap space
Any idea what might be happening or how to correct it? The machine I'm using has 640MB of RAM as well as swap space set up.
Thanks!
David
$CHEMAXON/cxcalc file.sdf -o file.prop acceptor donor logp mass psa rotatablebondcount
The SDFiles being used are created by MOLCONVERT from a SMILES file. It works fine for a small file (few thousand structures) but for bigger files I get Java exceptions:
(for file 1....)
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 3
at chemaxon.formats.MolConverter.parseOutFile(Unknown Source)
at chemaxon.formats.MolConverter.createMolConverter(Unknown Source)
at chemaxon.formats.MolConverter.main(Unknown Source)
(for file 2...)
Exception in thread "main" java.lang.OutOfMemoryError: Java
heap space
Any idea what might be happening or how to correct it? The machine I'm using has 640MB of RAM as well as swap space set up.
Thanks!
David