Open biotech70 opened 3 years ago
Try giving more memory to the JVM process. These arguments to osprey.start()
will help:
https://github.com/donaldlab/OSPREY3/blob/main/src/main/python/osprey/__init__.py#L224
Especially heapSizeMiB
. Honestly, no amount of memory is too much for Osprey. Give it as much memory as you can.
I do this but the problem has not been solved yet
Hi. I want to implement Kstar for the simultaneous mutation but I get Java heap space error, what's the reason and how resolve this? I set the script like below.