Memory problem


 
Thread Tools Search this Thread
Top Forums Programming Memory problem
# 1  
Old 06-17-2002
Memory problem

Hi:

I have a server with a very little memory leak (29 bytes) as reported by Purify.
Itīs a pooled server, so each process lives forever accepting conections.But top or ps commands show that used memory it is always increasing much more than 29 bytes (30K mor or less) in each conection.
How can this be if Purify reports such a little memory leak?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Memory allocation problem

I am using ubuntu. I have written a program to calculate prime factors. it works perfectly fine till entered number is less than 9989 (or so ) but when one enters a number higher than that, for example 15000, it does not work. Can anyone guide me whats the problem ? although new codes are welcome,... (2 Replies)
Discussion started by: Abhishek_kumar
2 Replies

2. Red Hat

1Gb+ memory problem

Hi, I have a Linux distribution ( Oralce Enterprise Linux 5.3 i.e. Redhat ) that I have installed. It works fine when I used 2*512Mb dimms or replace them with a single 1Gb dimm. However when I try to go above 1 Gb the bootup and general performance deteriorates badly. The BIOS picks up the memory... (3 Replies)
Discussion started by: jimthompson
3 Replies

3. HP-UX

Problem with memory leak

Hi, This is my 1st post here. I am facing a rather weired problem. I have a C++ binary running on HP-UX. The output of top as well as glance shows periodic increase in memory. But when i use gdb to detect it, i dont get the desired output...gdb says...no leaks found. Just to mention that I have... (2 Replies)
Discussion started by: kshk123
2 Replies

4. Programming

memory leak problem

hi all Can any one plz explain me about memory leak problem Thankx (5 Replies)
Discussion started by: sonali
5 Replies

5. Programming

Memory allocation problem

I have a program that will fetch some particular lines and store it in a buffer for further operations.The code which is given below works but with some errors.I couldn't trace out the error.Can anybody help on this plz?? #include <stdio.h> #include <stdlib.h> #include<string.h> #define... (1 Reply)
Discussion started by: vigneshinbox
1 Replies

6. Shell Programming and Scripting

tcp/ip and memory problem

how the data from disk is loaded into memory and then it supplied to tcp/ip packet. how i can trace the no of pages loaded in memory by that process and rate of context switch for that process. (1 Reply)
Discussion started by: amar20
1 Replies

7. Solaris

out of memory problem

i am building open source software on a solaris 8 machine for couple of days i am getting error messages like out of memory or no more processes and then build is failing i tried with rebooting the machine but then after couple of days same problem is arising again. can any one... (1 Reply)
Discussion started by: mobydick
1 Replies

8. Programming

how to round up a memory address(memory alignment problem)

Hi, I try to marshal a unsigned int and a char * into a buffer, and then unmarshal them later to get them out. I need to put the char * in the front and unsigned int at the end of the buffer. However, my system always give me "BUS ERROR". I am using Sun Sparcs Sloris 2.10. My code to marshal... (6 Replies)
Discussion started by: nj302
6 Replies

9. Filesystems, Disks and Memory

memory Problem

Hi , One of java programs in our machine allocates 256M of heap memory and max of 512 memory(Tomcat to be specific). Our ulimit per process is 32M.How can a process allocates such a big amount of memory ps v output is PGIN SIZE RSS LIM TSIZ TRS %CPU %MEM COMMAND 24 220776 220892... (0 Replies)
Discussion started by: ganti
0 Replies

10. Programming

memory problem

Hi , One of java programs in our machine allocates 256M of heap memory and max of 512 memory(Tomcat to be specific). Our ulimit per process is 32M.How can a process allocates such a big amount of memory ps v output is PGIN SIZE RSS LIM TSIZ TRS %CPU %MEM COMMAND ... (0 Replies)
Discussion started by: ganti
0 Replies
Login or Register to Ask a Question
lives(1)						      General Commands Manual							  lives(1)

NAME
LiVES - LiVES is a Video Editing System SYNOPSIS
lives <video_file> <start_time> <frames> [ -help ] [ -version ] [ -set setname | -noset ] [ -nogui ] [ -aplayer ap ] [ -jackopts opts ] [ -norecover | -recover ] [ -oscstart port | -nooscstart ] [ -devicemap mapfile ] DESCRIPTION
This manual page documents briefly the lives command. LiVES lets you start editing and making video right away, without having to worry about formats, frame sizes, or framerates. LiVES will let you start creating your own tools, utilities and effects via the built in RFX builder. OPTIONS
-help Show all commandline options and exit -version Print the version, copyright and licensing details, and exit -set setname Start up lives and autoload set setname -noset Do not load any set on startup -nogui Do not show the GUI (experimental) -aplayer ap Start with selected audio player. ap can be mplayer, sox or jack. Note: This sets the audio player permanently. You can change it in preferences. -jackopts opts opts is a bitmap of jack startup options [1 = jack transport client, 2 = jack transport master, 4 = start jack transport server, 8 = pause audio when video paused, 16 = start jack audio server] Note: jackopts are temporary, only for this instance. You need to set them in Preferences if you want to make permanent changes. -norecover Force no loading of crash recovery -recover Force loading of crash recovery (if present) -oscstart port Start OSC listener on UDP port port if LiVES is compiled with OSC support -nooscstart Do not start OSC listener -devicemap mapfile Load in device mapping file mapfile at startup SEE ALSO
mplayer(1), ImageMagick(1), ffmpeg(1). AUTHOR
lives was written by Gabriel "Salsaman" Finch. This manual page was originally written by Gurkan Sengun <gurkan@phys.ethz.ch>, for the Debian project (but may be used by others). This man page has been updated by Gabriel "Salsaman" Finch <salsaman@xs4all.nl> and Harry Rickards <harry@linux.com> November 12, 2007 lives(1)