Question & Answer
Question
Answer
To avoid the creation of core dump file, add line "ulimit -c 0" setting on each project's ".project-rc" file.
How to add this setting
1. Create a project, open the Environments tab of that project
2. Click Launch Terminal Icon (on the right top) and select Terminal with Python
3. Once terminal session opened, type following command
$ ls -als ### confirm there is file called .project-rc
$ vi .project-rc
### Add following line to this file
ulimit -c 0
4. Save .project-rc and exit from this terminal session
Was this topic helpful?
Document Information
Modified date:
30 December 2019
UID
ibm11136302