I am trying to create a C# question using dot net (my code is in Python).
When I run (from a Python subprocess):
dotnet new console
I get signal 25. As far as I can tell, that is SIGXFSZ
I presume I need to increase the file size allowed, but I cannot see any settings in CodeRunner for this.
The command works (as a shell command) on the JOBE server.
How do I fix this?
Thanks,
Mark Stern