You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/02/15 17:55:43 UTC

[GitHub] [netbeans] matthiasblaesing commented on issue #1528: [NETBEANS-519] Update jgit

matthiasblaesing commented on issue #1528: [NETBEANS-519] Update jgit
URL: https://github.com/apache/netbeans/pull/1528#issuecomment-586625267
 
 
   I only had a quick look at the sample, but it looks as if the whole time is spend reading objects. The calls that really take the time are:
   
   java.io.RandomAccessFile.readBytes[native] ()
   java.io.FileDescriptor.close0[native] ()
   
   I'm surprised especially about the second one. I would expect a close operation to be a very quick operation. This seems to be a windows system. Could you see if disabling the virus scanner helps? Maybe the taskmanager can show if there are other processes using the C: drive.
   
   I did not observe problems on my older notebook. However this is on linux and with an SSD.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists