What product/components do you use and which version/fix level are you on?
Entire Network Version=7.9.1.0 Patch Level=0
Is your question related to the free trial, or to a production (customer) instance?
Production @ Customer Site
What are you trying to achieve? Please describe it in detail.
We have a Java process that wants to register just ONE!! (Java WatchService) but fails because…
…wcpkernel is grabbing nearly all inotify instances
(inotify is a Unix mechanism to Monitor File-System Events)
We doubled the max yesterday to 256 & this morning wcpkernel had grabbed over 200 of them.
Do you get any error messages? Please provide a full error message screenshot and log file.
lsof | grep inotify | wc -l
yields.: 256
Further analysis shows most of the inotify instances were caused by 2 wcpkernel PID’s
Java Exception:
java.io.IOException: User limit of inotify instances reached or too many open files
Have you installed all the latest fixes for the products and systems you are using?
Entire Network Version=7.9.1.0 Patch Level=0