Azure / hpcpack

The repo to track public issues for Microsoft HPC Pack product.
MIT License
29 stars 11 forks source link

Task output size limit and job window size #35

Open jt4186 opened 7 months ago

jt4186 commented 7 months ago

For HPC Pack 2019U2, our tasks frequently output beyond 4K to stdout so we only see the last 4K of data. It would be nice if that were a powershell-able item to change. Is there a way to do this without changing the SQL database column property from ntext to nvarchar(max)?

Secondarily, it would be super if the "View Job" window size was either customizable or would remember the last size it was when it was closed.