Hi -- I am having a problem with very large file uploads (eg 100 MB). While the files load, the apache process stays at about 12000 K (the ps VSZ size). When the file finishes uploading, the thread suddenly jumps to over 200000. My guess is that something is loading the whole file into ram, but I'm not sure what. I am running CGI.pm version 2.56, mod_perl version 1.25, and Apache version 1.3.19. Thanks... --Jack Cushman
- Re: file upload memory leak Jack Cushman
- Re: file upload memory leak Jeremy Howard