-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change default for job_memory_max to 0 (instead of current setting of 1 GB) #210
Comments
I just found |
See this section in the docs: https://github.com/jhuckaby/Cronicle#job_memory_max job_memory_maxThis parameter allows you to set a default memory usage limit for jobs, specified in bytes. This is measured as the total usage of the job process and any sub-processes spawned or forked by the main process. If the memory limit is exceeded, the job is aborted. The default value is Memory limits can also be customized in the UI per each category and/or per each event (see Event Resource Limits below). Doing either overrides the master default. |
So, if I set the memory limit to |
Nope, sorry, the value has to be non-zero to take effect in the UI. |
Okay, so I did the right thing setting |
Is it worth turning this issue into a request to make the default for |
Sure, I'd be happy to make that change. |
I can totally see how setting a "sane" default for Thanks, @jhuckaby! |
Hello Do we need to make this change in master server only or in worker too? |
@tushar9953 Master only. |
Thanks @jhuckaby :) |
set |
A job execution is terminated with the following error:
"Error: Job Aborted: Exceeded memory limit of 1 GB"
But, the event scheduled has no resource limits set (all checkboxes unchecked). How can I run jobs that require more than 1 GB of memory?
The text was updated successfully, but these errors were encountered: