Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Ticket #9996


Ignore:
Timestamp:
12/06/12 14:25:50 (11 years ago)
Author:
spli
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9996

    • Property Priority changed from minor to major
    • Property References changed from 9944 to #9944
    • Property Milestone changed from Future to OMERO-4.5
    • Property Summary changed from Bug (maybe): OMERO.tables too many open files to Bug: OMERO.tables too many open files
  • Ticket #9996 – Description

    initial v1  
    1616socket exception: Too many open files 
    1717}}} 
     18 
     19 
     20== Update == 
     21This is a bug: 
     22{{{ 
     23bash$ let n=0; while true; do let n++; echo $n; python -m unittest -b tablestest.service; done 
     24 
     25... 
     26 
     2712 
     28............. 
     29---------------------------------------------------------------------- 
     30Ran 13 tests in 12.864s 
     31OK 
     3213 
     33FFFFFFFFFFF.F 
     34====================================================================== 
     35}}} 
     36 
     37Default Python limits: 
     38{{{ 
     39In [3242]: resource.getrlimit(resource.RLIMIT_NOFILE) 
     40Out[3242]: (256, 9223372036854775807) 
     41}}} 
     42 
     43{{{ 
     44bash$ lsof +D ~/var/omero.data/Files |wc 
     45     239    2151   24558 
     46bash$ lsof +D ~/var/omero.data/Files |head -n3 
     47COMMAND   PID  USER   FD   TYPE DEVICE SIZE/OFF    NODE NAME 
     48Python  20672 simon   16u   REG    1,3     6000 6731392 /Users/simon/var/omero.data/Files/Dir-001/1430 
     49Python  20672 simon   20u   REG    1,3     6000 6731392 /Users/simon/var/omero.data/Files/Dir-001/1430 
     50}}} 

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.26265 sec.)

We're Hiring!