Changes between Version 79 and Version 80 of PS1_IPP_Czarlog_20120806
- Timestamp:
- Aug 10, 2012, 10:05:46 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PS1_IPP_Czarlog_20120806
v79 v80 143 143 * 08:44 killed off several exploded LAP jobs. One had a virtual size of 65G. Will start looking into what is going on with these exposures shortly. 144 144 * 09:34 Serge: ganglia was showing ipp024 as swapping when nothing was running thre but the mysql server. I stopped mysql, flushed the caches ({{{sync ; echo 3 > /proc/sys/vm/drop_caches}}}), restarted ganglia, then restarted mysql. It lokks fine at 09:36. 145 * 10:04 Bill added a bit of code to psphotPSFStats which will cause the chips with unreasonbly large PSF values to generate a quality error rather than destroy the cluster. 146 {{{ 147 + if (fwhmMaj > 35) { 148 + // XXX: get this parameter from the recipe 149 + // FWHM is too large. Using this often leads to detection of huge numbers of sources 150 + psLogMsg ("psphot", PS_LOG_WARN, "fwhm too large giving up\n"); 151 + goto escape; 152 + } 153 + 154 }}} 155 145 156 === Saturday : 2012-08-11 === 146 157
