Bug #902
Mis à jour par Serge Heiden il y a presque 11 ans
The JVM (and TXM) can refuse to start if the memory size asked is not available (for example, too big for the system).
Solution:
The TXM launcher script must relaunch TXM with another memory setting.
* TXM must provide a return code:
** '0' means correct execution, the launcher can quit
** '1' means bad execution, the launcher must try another memory limit or default memory setting
Further solution: one day, we will loop by some decrement.
Solution:
The TXM launcher script must relaunch TXM with another memory setting.
* TXM must provide a return code:
** '0' means correct execution, the launcher can quit
** '1' means bad execution, the launcher must try another memory limit or default memory setting
Further solution: one day, we will loop by some decrement.