Changes between Version 2 and Version 3 of Ticket #9318, comment 41
- Timestamp:
- Feb 9, 2012 8:05:11 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9318, comment 41
v2 v3 7 7 To reproduce the bug, I would suggest trying to read and write randomly inside a virtual Windows machine to say 250 files of varying size between 1 and 20MB each using some kind of multithreaded approach so that there are many file open requests (for both read and write/modify) in a short period of time. 8 8 9 Edit:9 *Edit*: 10 10 I also checked the .VirtualBox/Machines/<virtualmachinename>/Logs/VBox.log 11 12 11 and the error entries I get is the following: 13 12 14 13 03:00:48.582 SharedFolders host service: Cannot open '/<pathtofile>' -- too many open files. 15 14 16 And I think this error is kind of self-explanatory.15 and I think this error is kind of self-explanatory.