This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Steven, >Date: Tue, 08 Mar 2005 11:39:29 -0600 >From: "Steven Danz" <address@hidden> >Organization: Aviation Weather Center >To: Steve Emmerson <address@hidden> >Subject: Re: LDM 6.2.1 possible memory issue? The above message contained the following: > I restarted one of the 6.2.1 servers, and it took less than 2 hours > for the child rpc.ldmd processes to grow to 796Meg+ I'm not seeing any such memory leak in my LDM 6.2.1 system here. Would you mind running the attached statistics-collecting script via a crontab(1) entry every minute on the host on which the LDM grew quickly, e.g., * * * * * ./ps_stats_local >>hostname.ps_stats Then, restart the LDM 6.2.1 on that host and send me the output file near the end of the day. Regards, Steve Emmerson
ps -ef -o pid,vsz,pcpu,comm | awk ' /rpc.ldmd/ || /rtstats/ { print "'`date -u +%Y%m%d.%H%M%S`'",$1,$2,$4,$3 }'