Replies: 2 comments
-
|
I'd have expected that |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
OK, that's a shame, but thanks for the prompt response. We can work around the problem for any given number of cores, but it would have been nice to have a solution that was independent of the server configuration. But ruff's great - thanks again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys - thanks for a great tool.
I'm using ruff in a student coding environment (Moodle/CodeRunner) in which jobs are run with a strict ulimit on the number of processes. I'd like to be able to limit how many processes ruff can use in this environment.
I thought the RAYON_NUM_THREADS environment variable might do the trick but I find commands like
still result in a stream of output lines:
Is there an easy way to limit ruff's CPU use?
Beta Was this translation helpful? Give feedback.
All reactions