Forums

I am getting this log in Alaws -on tasks

Should I do somthing about it?

2024-09-27 13:02:19 - Task preparing to start
Sep 27 13:02:53 /home/henrykim/.bashrc: line 19: ulimit: max user processes: cannot modify limit: Operation not permitted
Sep 27 13:07:50 /home/henrykim/.bashrc: line 19: ulimit: max user processes: cannot modify limit: Operation not permitted

I am running a pythong file... With the message beding displayed, am I able to run it??

what shoud I do...?

It looks like you modified your .bashrc file by adding commands that are not permitted to be executed by users on PythonAnywhere -- we execute your .bashrc while running comands in Always-on tasks, so if executing it crashes, it's likely that your code is not being executed.

What do you have at line 19 in your .bashrc file?