Peter van Heusden <[email protected]> writes: > I've had exactly the same experience. Java seems to do some kind of > calculation based on total system memory, and you need to size h_vmem to > much more than the java application's real memory use in order to make > the job run.
I guess that's the usual issue with pthreads and the stack. You typically need to set the stacksize to something reasonable -- I think we default to 128M -- with SGE h_stack or otherwise. -- Community Grid Engine: http://arc.liv.ac.uk/SGE/ _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
