Why do I receive a "stack size error" when I attempt to start MATLAB 6.5 (R13) using the Load Sharing Facility (LSF) job management software?
Mostrar comentarios más antiguos
I submitted a MATLAB job using the following LSF commands:
bsub -I -q asml_share 'ulimit -Ss 2097148;ulimit -Ss;matlab'
However, I receive the following error message in my terminal window:
Stack size of 2097152 Kb exceeds current limit of 2097148 Kb.
(Stack sizes are rounded up to a multiple of the system page size.) See
limit(1) to increase the stack size limit.
I tried increasing the "ulimit" parameter as suggested in Solution 1-1AOAX, but I am still unable to resolve this issue. I tried forcing the hardlimit to 2097148 and that did not work either.
Note that I am able to start MATLAB via LSF if I use the '-nojvm' switch.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!