Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tm-dev] "sync with remote file system" hanging?

the "sync with remote file system" from "Remote System Explorer" using SFTP over a 20Mbit connection (eclipse has 20 Mbit and the server has 1 Gbit); syncing a repo approximately 3.7GB big, with 14,936 files, most of which are small files, then a few big binary files (images); 
32GB 1600MHz ddr3 ram (only 9 GB of which is in use, and only 400MB of which is in use by eclipse) and quad-core i7 4910mq, 8mb l3, running at 3.7GHz ;  240GB intel 520 SSD at 550 mb/s read and 520 mb/s write, (in short, a powerful gaming computer)

it has now been using 100% cpu and unresponsive UI for 27 hours... occasionally updating the UI with "currently updating file /foo/bar/baz.php" (in 27 hours, i have seen it change the file 4 times, though i have not continuously monitored it. it takes several hours between each change. looks like this at the moment http://prntscr.com/7lxayd )

is it just some extremely inefficient code behind that plugin?  or is it more likely a freeze/infinite loop/bug somewhere? :o



versions:

  Eclipse IDE for PHP Developers 4.5.0.20150621-1200 epp.package.php null

  Remote System Explorer End-User Runtime 3.7.0.201505221634 org.eclipse.rse.feature.group Eclipse TM Project

windows 7 x64 sp1
32bit java "standard edition" vesion 8 update 31 build 1.8.0_31-b13

everything except win7 (a few months behind) is up to date as of 27 jun 2015


Back to the top