Message boards :
Number crunching :
Very high disk activity
Message board moderation
Author | Message |
---|---|
Send message Joined: 11 Mar 15 Posts: 9 Credit: 6,641,411 RAC: 0 |
Hi, It seems universe uses very little memory but extreme number of disk write activity. This strikes me as very very inefficient. Why don't you do this in memory and write the results to disk, instead of constantly having a large number of small data chunks being written to disk? |
Send message Joined: 4 Feb 15 Posts: 847 Credit: 144,180,465 RAC: 0 |
Hi, What version of BOINC Manager do you use? This activity exists on v. 6.x Krzysztof 'krzyszp' Piszczek Member of Radioactive@Home team My Patreon profile Universe@Home on YT |
Send message Joined: 11 Mar 15 Posts: 9 Credit: 6,641,411 RAC: 0 |
I am using 7.4.42, the latest version, win 8.1 64 bit |
Send message Joined: 4 Feb 15 Posts: 847 Credit: 144,180,465 RAC: 0 |
Application saves 20 times checkpoint during execution and periodically saves some debug info (less than 20kb for each WU). Krzysztof 'krzyszp' Piszczek Member of Radioactive@Home team My Patreon profile Universe@Home on YT |
Send message Joined: 11 Mar 15 Posts: 9 Credit: 6,641,411 RAC: 0 |
It is saving files constantly, all the time, no break |
Send message Joined: 11 Mar 15 Posts: 9 Credit: 6,641,411 RAC: 0 |
These are the files, the 4 executables are constantly writing to. The rate of saved data NEVER falls below 25000 Bytes/sec. 4x (universe-xray_sources_v2_3_windows_intelx86.exe) Datei Write (B/s) -0 23.491 -0 18.736 -0 18.512 -0 16.665 G:\Boinc\ProgramData\BOINC\slots\9 13.377 G:\Boinc\ProgramData\BOINC\slots\11 11.277 G:\Boinc\ProgramData\BOINC\slots\10 11.133 G:\Boinc\ProgramData\BOINC\slots\12 10.097 G:\Boinc\ProgramData\BOINC\slots\9\tmp5467.dat 696 G:\Boinc\ProgramData\BOINC\slots\10\tmp5467.dat 588 G:\Boinc\ProgramData\BOINC\slots\12\tmp5467.dat 521 G:\Boinc\ProgramData\BOINC\slots\11\tmp5467.dat 405 |
Send message Joined: 25 Feb 15 Posts: 50 Credit: 5,684,705 RAC: 0 |
Hi, There is indeed a file for temporary parameters storage. Although the usage of it is outdated, we had some more-urgent issues recently. We will do our best to fix this problem before the next release of code. Thanks for reporting this! Such feedback is a great help for us. Grzegorz Wiktorowicz National Astronomical Observatories, Chinese Academy of Sciences |
Send message Joined: 11 Mar 15 Posts: 9 Credit: 6,641,411 RAC: 0 |
Thanks for recognizing the issue.I only noticed it, because i am using a usb flash drive for boinc.However, this continuous writing is especially bad for flash or ssd drives, in the long run. |
Send message Joined: 21 Feb 15 Posts: 46 Credit: 926,538,317 RAC: 0 |
On Linux you can specualte this with iotop; every second disk activity: Total DISK READ : 0.00 B/s | Total DISK WRITE : 77.21 K/s |