Swift

An error occurred while attaching module (Dynamicweb.Frontend.Content)

System.IO.IOException: The configured user limit (128) on the number of inotify instances has been reached, or the per-process limit on the number of open file descriptors has been reached.
   at System.IO.FileSystemWatcher.StartRaisingEvents()
   at Dynamicweb.Caching.FileChangeMonitor.InitializeMonitor(String path)
   at Dynamicweb.Caching.FileChangeMonitor..ctor(IEnumerable`1 paths, Boolean includeSubdirectories)
   at Dynamicweb.Caching.MemoryCacheManager.ConvertCachePolicy(CacheItemPolicy policy)
   at Dynamicweb.Caching.MemoryCacheManager.Set(String key, Object cacheItem, CacheItemPolicy policy)
   at Dynamicweb.Content.Files.FileIndexSchemaExtender.GetXmpTags()
   at Dynamicweb.Content.Files.FileIndexSchemaExtender.GetFields()
   at Dynamicweb.Indexing.Schemas.ExtensionFieldDefinition.GetFields()
   at Dynamicweb.Indexing.IndexHelper.GetField(List`1 fieldsFromExtenders, XElement fieldElement, String& fieldTypeName)
   at Dynamicweb.Indexing.IndexHelper.FillIndexWithSchema(XElement root, IIndex index)
   at Dynamicweb.Indexing.IndexHelper.ConvertToIndex(XElement obj, Boolean fillSchema)
   at Dynamicweb.Indexing.IndexService.LoadIndex(String name, Boolean fillSchema)
   at Dynamicweb.Indexing.Querying.Faceting.FacetGroupHelper.PrepareIndexFieldLookup(IFacetGroup facets)
   at Dynamicweb.Indexing.Querying.Faceting.FacetGroupHelper.ConvertToFacets(XElement obj)
   at Dynamicweb.Indexing.Querying.QueryService.LoadFacets(String fileName)
   at Dynamicweb.QueryPublisher.Frontend.GetModuleContent()
   at Dynamicweb.Frontend.Content.GetModuleOutput(Paragraph paragraph, PageView pageview)