I have written a perl progam using forks.
This runs as a process in unix environment.
The program runs fine without any errors and does whatever it is supposed to do.
Also this process uses very low memory when startup but as time passes the memory used by the program increases dramatically.
May any one give me general tips what to look for when this happens. what is the best way to overcome this issue.
Thanks