-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
2021 Week 07-09 (from Feb 15), 2021 Week 10-12 (from Mar 8), 2021 Week 13-15 (from Mar 29)
-
- Import a sample project (eg. Mortgage_Process)
- take the open file descriptor count (eg. using lsof)
- Delete / Import the project again
- lsof
- Repeat the above steps, the count will increase
-
Undefined
-
NEW
-
NEW
We are hitting the file descriptor limit after a few days running RHDM 7.x. The installation only has 1 space with 1 project, however there have been frequent deletion and re-import activities on this project.
Observing the lsof count in my local environment, I can see a similar trend:
$ lsof -p `jps|grep 'jboss-modules'|cut -d ' ' -f 1`|grep -c '/data/jboss/rhpam790/.index' 119
...(delete / import Mortgage_Process project)...
$ lsof -p `jps|grep 'jboss-modules'|cut -d ' ' -f 1`|grep -c '/data/jboss/rhpam790/.index' 167
It seems that some file descriptors are not properly closed.
- clones
-
RHPAM-3309 java.io.IOException: Too many open files using business-central
- Closed