Changes between Initial Version and Version 1 of Ticket #1523, comment 6
- Timestamp:
- 2011-09-02T18:54:13Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1523, comment 6
initial v1 12 12 I issued the SFTP client command {{{put zeros /uri/<URI from first run>}}}, i.e. updating the same MDMF file. 13 13 14 The results were almost identical to the first experiment (except that the gateway memory usage only started after the file had been completely received over SFTP). The peak RSS of the gateway was 1386 MiB, and the final usages were:14 The results were almost identical to the first experiment (except that the gateway memory usage increase only started after the file had been completely received over SFTP). The peak RSS of the gateway was 1386 MiB, and the final usages were: 15 15 {{{ 16 16 PID RSS VSZ S TTY TIME COMMAND … … 23 23 }}} 24 24 (i.e. 745.6 MiB RSS for the gateway). These also hadn't decreased several minutes later, or on closing the SFTP connection. 25 26 This doesn't support my contention in comment:3 or the original description, that the web-API usage is higher.