vasilyz
Parallels Developers
In PD11 we've set an overall limit on max number of simultaneously open files for PD processes. The limit was intended to fix some crashes when a file descriptor with a value greater than 1024 was used in FD_SET(). And this limit unintentionally affected Shared Folders. So when a guest program like Visual Studio or some other heavy suite opens too many files on Shared Folders, it fails at some point trying to open more files than the limit allows to do. The environment variable we are talking about lets PD to increase this limit. Currently it is unsafe to set this limit higher than 1024 (sometimes you may experience crashes when too many files are open on SharedFolders in this case). But recently we've found a solid solution. We'll release an update soon and it will include this fix. Thank you for the confirmation.Could you please give me more details regarding the nature of the problem and/or what/how is this env variable value is used for?