[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Logic Inside Argument?



Hello,

Is there anyway to put logic inside an argument?

For instance base your Xmx dinamically on the amount of memory you're telling HTCondor to use?

Something like?

java_vm_argsÂ= "-Xmx" + ifthenelse( x, 1000, 2000) ) + "m"

Many thanks,
Francisco



----